diff options
author | Nancy Chen <Nancy.Chen@freescale.com> | 2011-10-31 12:09:53 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:03:34 +0800 |
commit | 3988482ec0dc6c9f78759651b8b5349aa7224005 (patch) | |
tree | 354da32f9712c3504907f0d40809af146c3433d4 /arch/arm/configs/imx6_defconfig | |
parent | 695c2f601a3e14b51b1692e54fdaf0d99dc265f7 (diff) |
ENGR00161111 [mx6q] Fix that cannot get a reference to a dummy regulator
Fix that some drivers cannot get a reference to a dummy regulator.
Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
Diffstat (limited to 'arch/arm/configs/imx6_defconfig')
-rw-r--r-- | arch/arm/configs/imx6_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig index 679b85710d5a..32453b189fbd 100644 --- a/arch/arm/configs/imx6_defconfig +++ b/arch/arm/configs/imx6_defconfig @@ -1204,7 +1204,7 @@ CONFIG_MFD_MXC_HDMI=y CONFIG_REGULATOR=y # CONFIG_REGULATOR_DEBUG is not set # CONFIG_REGULATOR_DUMMY is not set -# CONFIG_REGULATOR_FIXED_VOLTAGE is not set +CONFIG_REGULATOR_FIXED_VOLTAGE=y # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set # CONFIG_REGULATOR_BQ24022 is not set |