aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Carikli <[email protected]>2013-10-23 10:40:17 +0200
committerShawn Guo <[email protected]>2013-12-09 13:18:17 +0800
commit188652b49ff1d2fe0fb6aaea37f07f7410e497db (patch)
treeae049a2cdedfd45dd454c4efd71a1a2937c60d96
parent4bb1d09fe48f51efac2f51b9280796e2d00a6c4a (diff)
ARM: imx_v4_v5_defconfig: Enable gpio regulator and gpio button/keyboard.
The eukrea mbimxsd25 has a gpio regulator for enabling its LCD display, it also has a gpio button. We enable the respective drivers in order to be able to use theses features with this configuration. Cc: Sascha Hauer <[email protected]> Cc: [email protected] Cc: Fabio Estevam <[email protected]> Cc: Eric BĂ©nard <[email protected]> Signed-off-by: Denis Carikli <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm/configs/imx_v4_v5_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
index e958ebe79779..6309ee52ccfc 100644
--- a/arch/arm/configs/imx_v4_v5_defconfig
+++ b/arch/arm/configs/imx_v4_v5_defconfig
@@ -91,6 +91,7 @@ CONFIG_SMSC911X=y
CONFIG_SMSC_PHY=y
# CONFIG_INPUT_MOUSEDEV is not set
CONFIG_INPUT_EVDEV=y
+CONFIG_KEYBOARD_GPIO=y
CONFIG_KEYBOARD_IMX=y
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_TOUCHSCREEN=y
@@ -118,6 +119,7 @@ CONFIG_IMX2_WDT=y
CONFIG_MFD_MC13XXX_SPI=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_GPIO=y
CONFIG_REGULATOR_MC13783=y
CONFIG_REGULATOR_MC13892=y
CONFIG_MEDIA_SUPPORT=y