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:
parent
3e2f30a7ef
commit
6298b27725
23 changed files with 0 additions and 76 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue