diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2014-09-21 17:45:20 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2014-09-21 17:45:20 +0000 |
commit | 95302a2e8e6033eafc3c0938b5077f213e5bf172 (patch) | |
tree | 71bfc7904fb7c1d0c94468dd493f6522ebcec8d6 | |
parent | 3a34450692a84f323f44a290154e9607f5adbc02 (diff) | |
download | upstream-95302a2e8e6033eafc3c0938b5077f213e5bf172.tar.gz upstream-95302a2e8e6033eafc3c0938b5077f213e5bf172.tar.bz2 upstream-95302a2e8e6033eafc3c0938b5077f213e5bf172.zip |
sunxi: enable AXP209 regulator
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42634 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/sunxi/config-3.14 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/config-3.14 b/target/linux/sunxi/config-3.14 index 6c857e92b2..d010306977 100644 --- a/target/linux/sunxi/config-3.14 +++ b/target/linux/sunxi/config-3.14 @@ -358,7 +358,7 @@ CONFIG_REGMAP=y CONFIG_REGMAP_I2C=y CONFIG_REGMAP_IRQ=y CONFIG_REGULATOR=y -# CONFIG_REGULATOR_AXP20X is not set +CONFIG_REGULATOR_AXP20X=y # CONFIG_REGULATOR_DEBUG is not set CONFIG_REGULATOR_FIXED_VOLTAGE=y # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set |