OSDN Git Service

ANDROID: enable CONFIG_WATCHDOG_CORE=y
authorGreg Kroah-Hartman <gregkh@google.com>
Tue, 10 Mar 2020 12:58:46 +0000 (13:58 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 10 Mar 2020 15:03:30 +0000 (16:03 +0100)
WATCHDOG was enabled, but we forgot about the watchdog core code, so
turn it on as well so that all vendors do not have to enable it in their
configs.

Reported-by: Orson Zhai <orsonzhai@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Iac14e304b15f774d52fb07aa65df86f3dd71797f

arch/arm64/configs/gki_defconfig
arch/x86/configs/gki_defconfig

index 34720b0..2b12117 100644 (file)
@@ -301,6 +301,7 @@ CONFIG_THERMAL_GOV_USER_SPACE=y
 CONFIG_CPU_THERMAL=y
 CONFIG_DEVFREQ_THERMAL=y
 CONFIG_WATCHDOG=y
+CONFIG_WATCHDOG_CORE=y
 CONFIG_MFD_ACT8945A=y
 CONFIG_MFD_SYSCON=y
 CONFIG_REGULATOR=y
index 194bcf1..3a5816b 100644 (file)
@@ -261,6 +261,7 @@ CONFIG_GPIOLIB=y
 CONFIG_DEVFREQ_THERMAL=y
 # CONFIG_X86_PKG_TEMP_THERMAL is not set
 CONFIG_WATCHDOG=y
+CONFIG_WATCHDOG_CORE=y
 CONFIG_MFD_SYSCON=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y