diff options
author | Ivan Khoronzhuk <ivan.khoronzhuk@ti.com> | 2014-05-23 16:34:55 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2014-05-27 09:48:53 -0400 |
commit | 6234ca670d5703ee4d22042e974657c57fe8364b (patch) | |
tree | 7bb9400201d2321650642eb414e16567b89c9967 /arch/arm | |
parent | ded79bebcace01c803c8b71871fd13c90ca5cffd (diff) |
ARM: configs: keystone: enable reset driver support
Enable reset driver support in order to have opportunity
to reboot SoC by watchdog and by software.
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
[santosh.shilimkar@ti.com: Fixed the subject line]
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/keystone_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index 07b43277ccd3..dc0da3f455e5 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig | |||
@@ -132,6 +132,9 @@ CONFIG_SPI=y | |||
132 | CONFIG_SPI_DAVINCI=y | 132 | CONFIG_SPI_DAVINCI=y |
133 | CONFIG_SPI_SPIDEV=y | 133 | CONFIG_SPI_SPIDEV=y |
134 | # CONFIG_HWMON is not set | 134 | # CONFIG_HWMON is not set |
135 | CONFIG_POWER_SUPPLY=y | ||
136 | CONFIG_POWER_RESET=y | ||
137 | CONFIG_POWER_RESET_KEYSTONE=y | ||
135 | CONFIG_WATCHDOG=y | 138 | CONFIG_WATCHDOG=y |
136 | CONFIG_WATCHDOG_CORE=y | 139 | CONFIG_WATCHDOG_CORE=y |
137 | CONFIG_DAVINCI_WATCHDOG=y | 140 | CONFIG_DAVINCI_WATCHDOG=y |