diff options
author | John Crispin <john@openwrt.org> | 2014-11-14 16:53:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-14 16:53:40 +0000 |
commit | 7cc72e4b93f41e7071fb23b7ef00f4dd58ebed51 (patch) | |
tree | 8b67a169ee66c6e023caf1ace6f23076e3b3c4cd /target/linux/ramips/mt7621 | |
parent | be23eaa8c3bb0bca2f197cf969f181b94f413f4e (diff) | |
download | upstream-7cc72e4b93f41e7071fb23b7ef00f4dd58ebed51.tar.gz upstream-7cc72e4b93f41e7071fb23b7ef00f4dd58ebed51.tar.bz2 upstream-7cc72e4b93f41e7071fb23b7ef00f4dd58ebed51.zip |
ralink: dont define pm_poweroff
this makes gpio-poweroff work
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43254
Diffstat (limited to 'target/linux/ramips/mt7621')
-rw-r--r-- | target/linux/ramips/mt7621/config-3.14 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/config-3.14 b/target/linux/ramips/mt7621/config-3.14 index c938309018..bc1527d0c7 100644 --- a/target/linux/ramips/mt7621/config-3.14 +++ b/target/linux/ramips/mt7621/config-3.14 @@ -150,6 +150,9 @@ CONFIG_PHYLIB=y CONFIG_PINCTRL=y CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_GPIO=y +CONFIG_POWER_SUPPLY=y # CONFIG_PREEMPT_RCU is not set CONFIG_RALINK=y CONFIG_RALINK_USBPHY=y |