summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorOlof Johansson2014-05-27 20:11:17 +0200
committerOlof Johansson2014-05-27 20:11:17 +0200
commit9eb23c9218aac6ff4b5c2e660638a47c03f2c978 (patch)
treef4368560d7b74d94fe64028ead84ba9963cd3182 /arch/arm/configs
parentMerge tag 'keystone-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssa... (diff)
parentARM: configs: keystone: enable reset driver support (diff)
downloadkernel-qcow2-linux-9eb23c9218aac6ff4b5c2e660638a47c03f2c978.tar.gz
kernel-qcow2-linux-9eb23c9218aac6ff4b5c2e660638a47c03f2c978.tar.xz
kernel-qcow2-linux-9eb23c9218aac6ff4b5c2e660638a47c03f2c978.zip
Merge tag 'keystone-soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/soc2
Merge "Keystone SOC updates part2 for 3.16" from Santosh Shilimkar: - Removal of now un-necessary reset machine code - dts updates for keystone reset driver * tag 'keystone-soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone: ARM: configs: keystone: enable reset driver support ARM: dts: keystone: update reset node to work with reset driver ARM: keystone: remove redundant reset stuff Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/keystone_defconfig3
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
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