diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-01-23 14:59:37 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-03-14 10:28:03 +0100 |
commit | fcd05e15633ebfaaa2a3f26a031a00a6f34d7e2b (patch) | |
tree | d4b2aaa00fb1818f7628941d9eaac87eb4537f4a /arch/arm/configs/armadillo800eva_defconfig | |
parent | 2d81a59575813a1deb2405eb81e36131377619ee (diff) |
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 <g.liakhovetski@gmx.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/armadillo800eva_defconfig')
-rw-r--r-- | arch/arm/configs/armadillo800eva_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |