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:
parent
5dd359cc51
commit
23bcc0d107
2 changed files with 0 additions and 8 deletions
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
menuconfig WATCHDOG
|
menuconfig WATCHDOG
|
||||||
bool "Watchdog Support"
|
bool "Watchdog Support"
|
||||||
select HAS_DTS_WDT
|
|
||||||
help
|
help
|
||||||
Include support for watchdogs.
|
Include support for watchdogs.
|
||||||
|
|
||||||
|
|
|
@ -12,10 +12,3 @@ config HAS_DTS_GPIO
|
||||||
help
|
help
|
||||||
This option specifies that the target platform supports device tree
|
This option specifies that the target platform supports device tree
|
||||||
configuration for GPIO.
|
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.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue