Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <krzysztof.kozlowski@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20250404123941.362620-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Krzysztof Kozlowski and committed by
Wim Van Sebroeck
13b5fb33 f8cdcc98

+3 -3
+3 -3
drivers/watchdog/Kconfig
··· 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 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 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.