Skip to content

Commit 13b5fb3

Browse files
krzkWim Van Sebroeck
authored andcommitted
watchdog: Do not enable by default during compile testing
Enabling the compile test should not cause automatic enabling of all drivers. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent f8cdcc9 commit 13b5fb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/watchdog/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ config STM32_WATCHDOG
10011001
tristate "STM32 Independent WatchDoG (IWDG) support"
10021002
depends on ARCH_STM32 || COMPILE_TEST
10031003
select WATCHDOG_CORE
1004-
default y
1004+
default ARCH_STM32
10051005
help
10061006
Say Y here to include support for the watchdog timer
10071007
in stm32 SoCs.
@@ -1869,7 +1869,7 @@ config OCTEON_WDT
18691869
config MARVELL_GTI_WDT
18701870
tristate "Marvell GTI Watchdog driver"
18711871
depends on ARCH_THUNDER || (COMPILE_TEST && 64BIT)
1872-
default y
1872+
default ARCH_THUNDER
18731873
select WATCHDOG_CORE
18741874
help
18751875
Marvell GTI hardware supports watchdog timer. First timeout
@@ -2035,7 +2035,7 @@ config 8xxx_WDT
20352035
config PIKA_WDT
20362036
tristate "PIKA FPGA Watchdog"
20372037
depends on WARP || (PPC64 && COMPILE_TEST)
2038-
default y
2038+
default WARP
20392039
help
20402040
This enables the watchdog in the PIKA FPGA. Currently used on
20412041
the Warp platform.

0 commit comments

Comments
 (0)