drivers: watchdog: remove unused HAS_DTS_WDT Kconfig symbol

All the watchdog drivers are based on devicetree and we dont utilize
HAS_DTS_WDT anywhere so we can remove it.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-06-08 13:25:37 -05:00 committed by Anas Nashif
commit 23bcc0d107
2 changed files with 0 additions and 8 deletions

View file

@ -6,7 +6,6 @@
menuconfig WATCHDOG
bool "Watchdog Support"
select HAS_DTS_WDT
help
Include support for watchdogs.

View file

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