ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y
authorDavid Lechner <david@lechnology.com>
Mon, 15 Jan 2018 17:29:31 +0000 (11:29 -0600)
committerSekhar Nori <nsekhar@ti.com>
Mon, 26 Feb 2018 06:11:53 +0000 (11:41 +0530)
This changes CONFIG_DAVINCI_WATCHDOG from a module to a compiled-in
option. Since the reset function has been moved out of the mach code in
commit 94f2e94514e5 ("ARM: davinci: remove watchdog reset") and into the
watchdog driver, devices cannot reboot unless the watchdog driver is
loaded, so make it a compiled-in option so that we can always reboot, even
when modules are not loaded.

Cc: Sekhar Nori <nsekhar@ti.com>
Suggested-by: Adam Ford <aford173@gmail.com>
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/configs/davinci_all_defconfig

index bcb70c2e550d3f28b8b7d8ab02626ae1dcdff408..c302a04e8cbcba78a0abc3a7c0fb5621679c9d97 100644 (file)
@@ -129,7 +129,7 @@ CONFIG_POWER_RESET_GPIO=y
 CONFIG_SYSCON_REBOOT_MODE=m
 CONFIG_BATTERY_LEGO_EV3=m
 CONFIG_WATCHDOG=y
-CONFIG_DAVINCI_WATCHDOG=m
+CONFIG_DAVINCI_WATCHDOG=y
 CONFIG_MFD_DM355EVM_MSP=y
 CONFIG_TPS6507X=y
 CONFIG_REGULATOR=y