spi: remove Kconfig.defconfig setting of SPI drivers
Now that SPI 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 SPI. 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
fb9c241530
commit
960f2f1a37
46 changed files with 2 additions and 194 deletions
|
@ -33,10 +33,6 @@ config I2C_CC13XX_CC26XX
|
|||
default y
|
||||
depends on I2C
|
||||
|
||||
config SPI_CC13XX_CC26XX
|
||||
default y
|
||||
depends on SPI
|
||||
|
||||
if IEEE802154
|
||||
|
||||
config IEEE802154_CC13XX_CC26XX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue