]> Git Repo - linux.git/commitdiff
ARM: configs: keystone: enable reset driver support
authorIvan Khoronzhuk <[email protected]>
Fri, 23 May 2014 20:34:55 +0000 (16:34 -0400)
committerSantosh Shilimkar <[email protected]>
Tue, 27 May 2014 13:48:53 +0000 (09:48 -0400)
Enable reset driver support in order to have opportunity
to reboot SoC by watchdog and by software.

Reviewed-by: Arnd Bergmann <[email protected]>
Signed-off-by: Ivan Khoronzhuk <[email protected]>
[[email protected]: Fixed the subject line]
Signed-off-by: Santosh Shilimkar <[email protected]>
arch/arm/configs/keystone_defconfig

index 07b43277ccd3a0cd9689a361437e558af7e18772..dc0da3f455e5af038d1adfe06e9c3f40e19cc9b6 100644 (file)
@@ -132,6 +132,9 @@ CONFIG_SPI=y
 CONFIG_SPI_DAVINCI=y
 CONFIG_SPI_SPIDEV=y
 # CONFIG_HWMON is not set
+CONFIG_POWER_SUPPLY=y
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_KEYSTONE=y
 CONFIG_WATCHDOG=y
 CONFIG_WATCHDOG_CORE=y
 CONFIG_DAVINCI_WATCHDOG=y
This page took 0.085445 seconds and 4 git commands to generate.