boards: Remove Kconfig I2C_[0-9] usage

The Kconfig I2C_[0-9] sybmols don't have any meaning for the majority of
SoCs.  The drivers doesn't utilize them and no sample or test code does
either so we can remove setting them in board Kconfig.defconfig files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-05-05 09:18:08 -05:00 committed by Kumar Gala
commit a5b45d9567
24 changed files with 0 additions and 132 deletions

View file

@ -38,12 +38,6 @@ if I2C_DW
config I2C_DW_CLOCK_SPEED
default 100
config I2C_0
default y
config I2C_1
default y
endif # I2C_DW
endif # I2C

View file

@ -8,10 +8,6 @@ if BOARD_96B_NITROGEN
config BOARD
default "96b_nitrogen"
config I2C_0
default y
depends on I2C
config SPI_1
default y
depends on SPI

View file

@ -8,10 +8,6 @@ if BOARD_B_L072Z_LRWAN1
config BOARD
default "b_l072z_lrwan1"
config I2C_1
default y
depends on I2C
choice COUNTER_RTC_STM32_CLOCK_SRC
default COUNTER_RTC_STM32_CLOCK_LSE
depends on COUNTER

View file

@ -39,10 +39,6 @@ config PINMUX_MCUX_PORTE
endif # PINMUX_MCUX
config I2C_0
default y
depends on I2C
config SPI_0
default y
depends on SPI

View file

@ -39,10 +39,6 @@ config PINMUX_MCUX_PORTE
endif # PINMUX_MCUX
config I2C_0
default y
depends on I2C
config TEMP_KINETIS
default y if "$(dt_nodelabel_enabled,adc1)"
depends on SENSOR

View file

@ -34,10 +34,6 @@ config FXOS8700_DRDY_INT1
default y
depends on FXOS8700
config I2C_3
default y
depends on I2C
if PINMUX_MCUX
config PINMUX_MCUX_PORTA

View file

@ -42,8 +42,4 @@ config PINMUX_MCUX_PORTE
endif # PINMUX_MCUX
config I2C_0
default y
depends on I2C
endif # BOARD_FRDM_KL25Z

View file

@ -30,10 +30,6 @@ config PINMUX_MCUX_PORTC
endif # PINMUX_MCUX
config I2C_1
default y
depends on I2C
config FXOS8700_DRDY_INT1
default y
depends on FXOS8700

View file

@ -39,16 +39,6 @@ config PINMUX_MCUX_PORTE
endif # PINMUX_MCUX
if I2C
config I2C_0
default y
config I2C_1
default y
endif # I2C
if ADC
config BATTERY_SENSE

View file

@ -30,8 +30,4 @@ config PINMUX_MCUX_PORTC
endif # PINMUX_MCUX
config I2C_1
default y
depends on I2C
endif # BOARD_HEXIWEAR_KW40Z

View file

@ -29,10 +29,6 @@ config GPIO_MCUX_LPC_PORT1
endif # GPIO_MCUX_LPC
config I2C_4
default y
depends on I2C
config SPI_5
default y
depends on SPI

View file

@ -29,10 +29,6 @@ config GPIO_MCUX_LPC_PORT1
endif # GPIO_MCUX_LPC
config I2C_4
default y
depends on I2C
config SPI_8
default y
depends on SPI

View file

@ -12,8 +12,4 @@ choice CODE_LOCATION
default CODE_FLEXSPI
endchoice
config I2C_1
default y
depends on I2C_MCUX_LPI2C
endif # BOARD_MIMXRT1010_EVK

View file

@ -12,8 +12,4 @@ choice CODE_LOCATION
default CODE_FLEXSPI
endchoice
config I2C_1
default y
depends on I2C_MCUX_LPI2C
endif # BOARD_MIMXRT1015_EVK

View file

@ -16,16 +16,6 @@ choice DATA_LOCATION
default DATA_SEMC
endchoice
if I2C_MCUX_LPI2C
config I2C_1
default y
config I2C_4
default y
endif # I2C_MCUX_LPI2C
if NETWORKING
config NET_L2_ETHERNET

View file

@ -23,10 +23,6 @@ config DISK_ACCESS_USDHC1
config I2C
default y if KSCAN
config I2C_1
default y
depends on I2C_MCUX_LPI2C
config SPI_3
default y
depends on SPI_MCUX_LPSPI

View file

@ -20,10 +20,6 @@ endchoice
config I2C
default y if KSCAN
config I2C_1
default y
depends on I2C_MCUX_LPI2C
config KSCAN
default y if LVGL

View file

@ -19,10 +19,6 @@ endchoice
config I2C
default y if KSCAN
config I2C_1
default y
depends on I2C_MCUX_LPI2C
config KSCAN
default y if LVGL

View file

@ -8,16 +8,6 @@ if BOARD_TWR_KE18F
config BOARD
default "twr_ke18f"
if I2C
config I2C_0
default y
config I2C_1
default y
endif # I2C
if SPI_MCUX_LPSPI
config SPI_0

View file

@ -20,10 +20,6 @@ config MCG_VDIV0
config MCG_FCRDIV
default 1
config I2C_1
default y
depends on I2C
if PINMUX_MCUX
config PINMUX_MCUX_PORTA

View file

@ -40,16 +40,6 @@ config PINMUX_MCUX_PORTD
endif # PINMUX_MCUX
if I2C
config I2C_0
default y
config I2C_1
default n
endif # I2C
config SPI_1
default y
depends on SPI

View file

@ -12,16 +12,6 @@ config BOARD
config BUILD_OUTPUT_STRIPPED
default y
if I2C
config I2C_0
default y
config I2C_1
default y
endif # I2C
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 19200000 if HPET_TIMER # guess
default 1100000000 if LOAPIC_TIMER # another guess

View file

@ -8,16 +8,6 @@ config BOARD
config BUILD_OUTPUT_STRIPPED
default y
if I2C
config I2C_0
default y
config I2C_1
default y
endif # I2C
config APIC_TIMER
default y if !HPET_TIMER

View file

@ -96,8 +96,6 @@ if I2C
config I2C_DW
default y
config I2C_0
default y
endif