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/hpwdt: Enable HP_WATCHDOG for ARM64 systems.

Enable HP_WATCHDOG for ARM64 systems.
HPWDT_NMI_DECODING requires X86 as NMI handlers are X86 specific.

Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20220820202821.1263837-3-jerry.hoemann@hpe.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Jerry Hoemann and committed by
Wim Van Sebroeck
891862d5 ed835d81

+2 -2
+2 -2
drivers/watchdog/Kconfig
··· 1315 1315 config HP_WATCHDOG 1316 1316 tristate "HP ProLiant iLO2+ Hardware Watchdog Timer" 1317 1317 select WATCHDOG_CORE 1318 - depends on X86 && PCI 1318 + depends on (ARM64 || X86) && PCI 1319 1319 help 1320 1320 A software monitoring watchdog and NMI handling driver. This driver 1321 1321 will detect lockups and provide a stack trace. This is a driver that ··· 1325 1325 1326 1326 config HPWDT_NMI_DECODING 1327 1327 bool "NMI support for the HP ProLiant iLO2+ Hardware Watchdog Timer" 1328 - depends on HP_WATCHDOG 1328 + depends on X86 && HP_WATCHDOG 1329 1329 default y 1330 1330 help 1331 1331 Enables the NMI handler for the watchdog pretimeout NMI and the iLO