Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1506214
| From | David Lechner <david@lechnology.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/5] ARM: davinci: enable gpio poweroff in default config |
| Date | 2016-10-21 20:40 +0200 |
| Message-ID | <suMTw-Zb-5@gated-at.bofh.it> (permalink) |
| References | <suMTw-Zb-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The gpio-poweroff driver is needed by LEGO MINDSTORMS EV3 (AM1808 based board). Signed-off-by: David Lechner <david@lechnology.com> --- arch/arm/configs/davinci_all_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index 9254609..9d7f0bc 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -117,6 +117,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 -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 3/5] ARM: davinci: enable gpio poweroff in default config David Lechner <david@lechnology.com> - 2016-10-21 20:40 +0200 Re: [PATCH 3/5] ARM: davinci: enable gpio poweroff in default config Sekhar Nori <nsekhar@ti.com> - 2016-10-26 13:20 +0200
csiph-web