diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index c6d5c6d9fe0..cc646cd83bf 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -6,7 +6,6 @@ menuconfig WATCHDOG bool "Watchdog Support" - select HAS_DTS_WDT help Include support for watchdogs. diff --git a/dts/Kconfig b/dts/Kconfig index f86101746d2..bbca31471bb 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -12,10 +12,3 @@ config HAS_DTS_GPIO help This option specifies that the target platform supports device tree configuration for GPIO. - -config HAS_DTS_WDT - bool - depends on HAS_DTS - help - This option specifies that the target platform supports device tree - configuration for WDT.