mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ANDROID: enable CONFIG_WATCHDOG_CORE=y
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
This commit is contained in:
committed by
Alistair Delva
parent
fe408228ca
commit
63c14ed047
@@ -307,6 +307,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
|
||||
|
||||
@@ -267,6 +267,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
|
||||
|
||||
Reference in New Issue
Block a user