diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-19 09:06:49 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-19 09:06:49 +0000 |
commit | 7f98a7666baeef20a2fec42abfa105a12f54ca17 (patch) | |
tree | 745f773f3716b08256f11177983a62e727cfcff7 /target/linux/at91/config-default | |
parent | b77e03c4bf8e89f4b1f5bc7d3b9f478b67162e10 (diff) | |
download | master-187ad058-7f98a7666baeef20a2fec42abfa105a12f54ca17.tar.gz master-187ad058-7f98a7666baeef20a2fec42abfa105a12f54ca17.tar.bz2 master-187ad058-7f98a7666baeef20a2fec42abfa105a12f54ca17.zip |
at91: Enable power and reset controller drivers.
Signed-off-by: Owen Kirby <osk@exegin.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/config-default')
-rw-r--r-- | target/linux/at91/config-default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/at91/config-default b/target/linux/at91/config-default index 89a9fc2147..6972e806b5 100644 --- a/target/linux/at91/config-default +++ b/target/linux/at91/config-default @@ -171,6 +171,14 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_AT91=y # CONFIG_PINCTRL_SINGLE is not set CONFIG_PINMUX=y +CONFIG_POWER_SUPPLY=y +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_AT91_POWEROFF=y +CONFIG_POWER_RESET_AT91_RESET=y +# CONFIG_POWER_RESET_GPIO is not set +# CONFIG_POWER_RESET_GPIO_RESTART is not set +# CONFIG_POWER_RESET_LTC2952 is not set +# CONFIG_POWER_RESET_SYSCON is not set # CONFIG_PL310_ERRATA_588369 is not set # CONFIG_PL310_ERRATA_727915 is not set # CONFIG_PL310_ERRATA_753970 is not set |