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 | 6f3abd92c5be3d7cee8fa1b72a8a89c351c6b723 (patch) | |
tree | 005d9a519348f612eeac79eef828a645420f1322 | |
parent | 9ce59771844fd0032b1cd6ec6229f1b129d99413 (diff) | |
download | upstream-6f3abd92c5be3d7cee8fa1b72a8a89c351c6b723.tar.gz upstream-6f3abd92c5be3d7cee8fa1b72a8a89c351c6b723.tar.bz2 upstream-6f3abd92c5be3d7cee8fa1b72a8a89c351c6b723.zip |
sunxi: enable AXP209 regulator
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42634
-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 |