diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-05-14 10:51:22 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-16 06:44:29 -0400 |
commit | 65b590adb672cbe91624f9bd7a80d5ef8919db48 (patch) | |
tree | 308ecf01fc0d606161b783a8d26b5607ce19ea92 | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) |
ARM: shmobile: armadillo800eva defconfig: Enable REGULATOR_GPIO and LEDS_GPIO
Enable missing options for devices in platform data and/or DT:
- REGULATOR_GPIO
- LEDS_GPIO (and its dependencies)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/armadillo800eva_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index 065adddeee3e..d9675c68a399 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig | |||
@@ -96,6 +96,7 @@ CONFIG_I2C_GPIO=y | |||
96 | CONFIG_I2C_SH_MOBILE=y | 96 | CONFIG_I2C_SH_MOBILE=y |
97 | # CONFIG_HWMON is not set | 97 | # CONFIG_HWMON is not set |
98 | CONFIG_REGULATOR=y | 98 | CONFIG_REGULATOR=y |
99 | CONFIG_REGULATOR_GPIO=y | ||
99 | CONFIG_MEDIA_SUPPORT=y | 100 | CONFIG_MEDIA_SUPPORT=y |
100 | CONFIG_VIDEO_DEV=y | 101 | CONFIG_VIDEO_DEV=y |
101 | CONFIG_MEDIA_CAMERA_SUPPORT=y | 102 | CONFIG_MEDIA_CAMERA_SUPPORT=y |
@@ -127,6 +128,9 @@ CONFIG_USB_ETH=m | |||
127 | CONFIG_MMC=y | 128 | CONFIG_MMC=y |
128 | CONFIG_MMC_SDHI=y | 129 | CONFIG_MMC_SDHI=y |
129 | CONFIG_MMC_SH_MMCIF=y | 130 | CONFIG_MMC_SH_MMCIF=y |
131 | CONFIG_NEW_LEDS=y | ||
132 | CONFIG_LEDS_CLASS=y | ||
133 | CONFIG_LEDS_GPIO=y | ||
130 | CONFIG_RTC_CLASS=y | 134 | CONFIG_RTC_CLASS=y |
131 | CONFIG_RTC_DRV_S35390A=y | 135 | CONFIG_RTC_DRV_S35390A=y |
132 | CONFIG_DMADEVICES=y | 136 | CONFIG_DMADEVICES=y |