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:
parent
bd0a34c4d0
commit
5c57a36f9d
54 changed files with 2 additions and 233 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue