diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-02-27 15:36:38 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-02-27 17:52:48 +0800 |
commit | b1f91a9ce335eb4e0fef17c10f39a438ac3fce9b (patch) | |
tree | 0f99f0116f89966c8e011e190a18be1f22d71c46 /arch/arm/configs | |
parent | 9394243fc8b350cd0837a4d91fc21e7966e509e3 (diff) | |
download | blackbird-op-linux-b1f91a9ce335eb4e0fef17c10f39a438ac3fce9b.tar.gz blackbird-op-linux-b1f91a9ce335eb4e0fef17c10f39a438ac3fce9b.zip |
ARM: defconfig: imx_v6_v7: build in REGULATOR_FIXED_VOLTAGE
Some devices on some imx boards are supplied by fixed voltage, so
build REGULATOR_FIXED_VOLTAGE support in.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index fa236a2a4661..3cd606905178 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -124,6 +124,7 @@ CONFIG_WATCHDOG=y CONFIG_IMX2_WDT=y CONFIG_MFD_MC13XXX=y CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_MC13892=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y |