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 | bb7cbef63c490f0e7df1737512c5335e3153aad0 (patch) | |
tree | ef95695ca69b973dbdda08851d22d45929e9a030 /target/linux/sunxi | |
parent | 8a04ab5871816d392cb71177fbb904e6b82f3b6d (diff) | |
download | upstream-bb7cbef63c490f0e7df1737512c5335e3153aad0.tar.gz upstream-bb7cbef63c490f0e7df1737512c5335e3153aad0.tar.bz2 upstream-bb7cbef63c490f0e7df1737512c5335e3153aad0.zip |
target/sunxi: make REGMAP built-in (used by REGULATOR)
SVN-Revision: 39633
Diffstat (limited to 'target/linux/sunxi')
-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 |