diff options
author | David Lechner <david@lechnology.com> | 2016-10-21 13:36:55 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-11-01 11:42:54 +0530 |
commit | ba9cbf0b4c3837d2b61239f23aadb5818731eaea (patch) | |
tree | 8e849a1a7202ac84c2d18a3a2564c4537e8ec7fc /arch/arm/configs/davinci_all_defconfig | |
parent | cbee1e07a1b707a07af1caacd3eea16779d42a01 (diff) |
ARM: davinci_all_defconfig: enable gpio poweroff driver
The gpio-poweroff driver is needed by LEGO MINDSTORMS EV3 (AM1808 based
board).
Signed-off-by: David Lechner <david@lechnology.com>
[nsekhar@ti.com: subject line adjustment]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/configs/davinci_all_defconfig')
-rw-r--r-- | arch/arm/configs/davinci_all_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index 58d04f1e05d3..6f43b489178b 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -116,6 +116,8 @@ CONFIG_SPI_DAVINCI=m CONFIG_PINCTRL_SINGLE=y CONFIG_GPIO_SYSFS=y CONFIG_GPIO_PCA953X=y +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_GPIO=y CONFIG_WATCHDOG=y CONFIG_DAVINCI_WATCHDOG=m CONFIG_MFD_DM355EVM_MSP=y |