From 23bcc0d107685ea529e0cfe065c675be1a34710e Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 8 Jun 2022 13:25:37 -0500 Subject: [PATCH] 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 --- drivers/watchdog/Kconfig | 1 - dts/Kconfig | 7 ------- 2 files changed, 8 deletions(-) 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.