diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-02-18 22:29:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-02-18 22:29:56 +0000 |
commit | 1919e4c6539dd285b97b878cc5f6ab699fef73e3 (patch) | |
tree | baeaf7f180fea45f0c6486f3680c86e36d46bc55 /target/linux | |
parent | 1567bbc5212b1d88b8d4f4176eddf5e85f33eb6b (diff) | |
download | upstream-1919e4c6539dd285b97b878cc5f6ab699fef73e3.tar.gz upstream-1919e4c6539dd285b97b878cc5f6ab699fef73e3.tar.bz2 upstream-1919e4c6539dd285b97b878cc5f6ab699fef73e3.zip |
target/sunxi: make REGMAP built-in (used by REGULATOR)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39633 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/sunxi/config-3.13 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/config-3.13 b/target/linux/sunxi/config-3.13 index a11024a3d8..32fbf073a0 100644 --- a/target/linux/sunxi/config-3.13 +++ b/target/linux/sunxi/config-3.13 @@ -329,6 +329,7 @@ CONFIG_RD_LZ4=y CONFIG_RD_LZMA=y CONFIG_RD_LZO=y CONFIG_RD_XZ=y +CONFIG_REGMAP=y CONFIG_REGULATOR=y # CONFIG_REGULATOR_DEBUG is not set CONFIG_REGULATOR_FIXED_VOLTAGE=y |