watchdog: remove Kconfig.defconfig setting of watchdog drivers

Now that watchdog 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
watchdog and not respect the devicetree state of the watchdog.
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-08-02 08:06:32 -05:00 committed by Maureen Helm
commit 6298b27725
23 changed files with 0 additions and 76 deletions

View file

@ -16,10 +16,6 @@ config SOC_FLASH_MCUX
default y
depends on FLASH
config WDT_MCUX_WWDT
default y
depends on WATCHDOG
config DMA_MCUX_LPC
default y
depends on DMA

View file

@ -17,10 +17,6 @@ config SOC_FLASH_MCUX
depends on FLASH
depends on !TRUSTED_EXECUTION_NONSECURE
config WDT_MCUX_WWDT
default y
depends on WATCHDOG
config DMA_MCUX_LPC
default y
depends on DMA