File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1001,7 +1001,7 @@ config STM32_WATCHDOG
1001
1001
tristate "STM32 Independent WatchDoG (IWDG) support"
1002
1002
depends on ARCH_STM32 || COMPILE_TEST
1003
1003
select WATCHDOG_CORE
1004
- default y
1004
+ default ARCH_STM32
1005
1005
help
1006
1006
Say Y here to include support for the watchdog timer
1007
1007
in stm32 SoCs.
@@ -1869,7 +1869,7 @@ config OCTEON_WDT
1869
1869
config MARVELL_GTI_WDT
1870
1870
tristate "Marvell GTI Watchdog driver"
1871
1871
depends on ARCH_THUNDER || (COMPILE_TEST && 64BIT)
1872
- default y
1872
+ default ARCH_THUNDER
1873
1873
select WATCHDOG_CORE
1874
1874
help
1875
1875
Marvell GTI hardware supports watchdog timer. First timeout
@@ -2035,7 +2035,7 @@ config 8xxx_WDT
2035
2035
config PIKA_WDT
2036
2036
tristate "PIKA FPGA Watchdog"
2037
2037
depends on WARP || (PPC64 && COMPILE_TEST)
2038
- default y
2038
+ default WARP
2039
2039
help
2040
2040
This enables the watchdog in the PIKA FPGA. Currently used on
2041
2041
the Warp platform.
You can’t perform that action at this time.
0 commit comments