msm: copper: Enable stub regulator driver
stub-regulator is used to support the standard regulator
interfaces until the hardware-based implementation is ready.
Client calls behave just like the a real driver, except the
APIs have no side effect.
Change-Id: I2ccd6ccc5e582743821cbffdfc576122d3252368
Signed-off-by: Michael Bohan <mbohan@codeaurora.org>
diff --git a/arch/arm/configs/msm-copper_defconfig b/arch/arm/configs/msm-copper_defconfig
index 0b89d45..e9479c6 100644
--- a/arch/arm/configs/msm-copper_defconfig
+++ b/arch/arm/configs/msm-copper_defconfig
@@ -104,6 +104,8 @@
# CONFIG_BATTERY_MSM is not set
# CONFIG_HWMON is not set
# CONFIG_MFD_SUPPORT is not set
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_STUB=y
CONFIG_ION=y
CONFIG_ION_MSM=y
CONFIG_FB=y