i2c: remove Kconfig.defconfig setting of I2C drivers

Now that I2C drivers are enabled based on devicetree
we need to remove any cases of them getting enabled by
Kconfig.defconfig* files as this can lead to errors.

Typically the Kconfig.defconfig* will blindly enable a
sensor and not respect the devicetree state of the I2C.
Additionally we can get problems with prj.conf/defconfig
getting incorrectly overridden.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-07-28 16:24:57 -05:00 committed by Carles Cufí
commit 5c57a36f9d
54 changed files with 2 additions and 233 deletions

View file

@ -29,10 +29,6 @@ config ENTROPY_CC13XX_CC26XX_RNG
default y
depends on ENTROPY_GENERATOR
config I2C_CC13XX_CC26XX
default y
depends on I2C
if IEEE802154
config IEEE802154_CC13XX_CC26XX