From: Simon Horman Date: Wed, 23 Jan 2013 05:59:37 +0000 (+0900) Subject: ARM: mach-shmobile: armadillo800eva: enable REGULATOR in defconfig X-Git-Tag: next-20130218~14^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bd726e05d713d7a3036ec141eec0979c9ca810ea;p=karo-tx-linux.git ARM: mach-shmobile: armadillo800eva: enable REGULATOR in defconfig As well as being a generally sane thing to do this is required for MMCIF to function in conjunction with "ARM: shmobile: switch SDHI0 to GPIO regulator on armadillo800eva". Cc: Guennadi Liakhovetski Signed-off-by: Simon Horman --- v2 * Don't enable REGULATOR_DUMMY, it is only intended for development / testing. --- diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index 0b98100d2ae7..0cc80144c6d6 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig @@ -88,6 +88,7 @@ CONFIG_I2C=y CONFIG_I2C_GPIO=y CONFIG_I2C_SH_MOBILE=y # CONFIG_HWMON is not set +CONFIG_REGULATOR=y CONFIG_MEDIA_SUPPORT=y CONFIG_VIDEO_DEV=y CONFIG_MEDIA_CAMERA_SUPPORT=y