serial: remove Kconfig.defconfig setting of serial drivers
Now that serial 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 serial. 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
10329165be
commit
9a501e0922
72 changed files with 0 additions and 334 deletions
|
@ -29,10 +29,6 @@ config ENTROPY_CC13XX_CC26XX_RNG
|
|||
default y
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
config UART_CC13XX_CC26XX
|
||||
default y
|
||||
depends on SERIAL
|
||||
|
||||
config I2C_CC13XX_CC26XX
|
||||
default y
|
||||
depends on I2C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue