diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-16 03:25:58 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-16 03:25:58 +0000 |
commit | 9d074241bcff8423454cbe6448c4d5d9efaa71ce (patch) | |
tree | 1e39e9e3fae9c6fd3e6335e96930f2fbe2ff213d /target | |
parent | 667f01d90be3a9ad43f1086e55da83b532e6e1d5 (diff) | |
download | upstream-9d074241bcff8423454cbe6448c4d5d9efaa71ce.tar.gz upstream-9d074241bcff8423454cbe6448c4d5d9efaa71ce.tar.bz2 upstream-9d074241bcff8423454cbe6448c4d5d9efaa71ce.zip |
imx6: enable fixed voltage reulator
Fixed voltage regulator support is required by several drivers that have
regulator consumers, such as the sgtl5000 audio codec used on many i.MX6
boards.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38426 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/imx6/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/imx6/config-3.10 b/target/linux/imx6/config-3.10 index 0df9fabf7f..005dd6c49e 100644 --- a/target/linux/imx6/config-3.10 +++ b/target/linux/imx6/config-3.10 @@ -293,6 +293,7 @@ CONFIG_REGULATOR=y CONFIG_REGULATOR_ANATOP=y # CONFIG_REGULATOR_DEBUG is not set # CONFIG_REGULATOR_DUMMY is not set +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_PFUZE100=y # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set # CONFIG_RFKILL_REGULATOR is not set |