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:
Kumar Gala 2022-07-26 06:23:24 -05:00 committed by Kumar Gala
commit 9a501e0922
72 changed files with 0 additions and 334 deletions

View file

@ -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