linux: Enable ipmi watchdog support
We need this support so that the skiroot linux kernel can handle the
watchdog after it is handed off by skiboot. This way we can keep the
watchdog enabled throughout the entire skiboot handoff to linux instead
of disabling it prior to executing the linux kernel. This allows us to
increase our watchdog coverage during boot.
It also gives us the benefit that we can now use the ipmi watchdog
through /dev/watchdog in the skiroot environment.
diff --git a/openpower/configs/linux/skiroot_defconfig b/openpower/configs/linux/skiroot_defconfig
index 48147d3..2c575ec 100644
--- a/openpower/configs/linux/skiroot_defconfig
+++ b/openpower/configs/linux/skiroot_defconfig
@@ -161,6 +161,7 @@
# CONFIG_IPMI_PROC_INTERFACE is not set
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_POWERNV=y
+CONFIG_IPMI_WATCHDOG=y
CONFIG_HW_RANDOM=y
CONFIG_TCG_TIS_I2C_NUVOTON=y
# CONFIG_I2C_COMPAT is not set