i2c: remove defconfig/proj setting of I2C drivers

Now that I2C drivers are enabled based on devicetree we can remove
any cases of them getting enabled by *defconfig and proj.conf files.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-07-28 16:26:01 -05:00 committed by Carles Cufí
parent 5c57a36f9d
commit 4d49ba67b5
5 changed files with 0 additions and 5 deletions

View file

@ -21,7 +21,6 @@ CONFIG_SPI=y
CONFIG_GPIO=y
CONFIG_ENTROPY_LITEX_RNG=y
CONFIG_I2C=y
CONFIG_I2C_LITEX=y
CONFIG_PWM=y
CONFIG_XIP=n
CONFIG_I2S=y

View file

@ -1,4 +1,3 @@
CONFIG_I2C=y
CONFIG_I2C_NIOS2=y
CONFIG_I2C_INIT_PRIORITY=60
CONFIG_ZTEST=y

View file

@ -3,7 +3,6 @@
CONFIG_EMUL=y
CONFIG_I2C=y
CONFIG_I2C_EMUL=y
CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_INIT_PRIORITY=75
CONFIG_EMUL_EEPROM_AT2X=y

View file

@ -1,3 +1,2 @@
CONFIG_ZTEST=y
CONFIG_I2C=y
CONFIG_I2C_TCA954X=y

View file

@ -3,7 +3,6 @@
CONFIG_EMUL=y
CONFIG_I2C=y
CONFIG_I2C_EMUL=y
CONFIG_SPI=y
CONFIG_EMUL_BMI160=y
CONFIG_SENSOR=y