diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-06-16 10:34:46 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-17 11:52:37 +0200 |
commit | 4abdd63925f2e21448fca0fbbb1077a1407937c2 (patch) | |
tree | 53a90db8fc34e1aac97cf7b06191a819f43fe0e8 /arch/arm/configs/ep93xx_defconfig | |
parent | 7dc2753b70830054a9c079492e30c1a6c2feb62b (diff) | |
download | blackbird-op-linux-4abdd63925f2e21448fca0fbbb1077a1407937c2.tar.gz blackbird-op-linux-4abdd63925f2e21448fca0fbbb1077a1407937c2.zip |
ARM: ep93xx: add LEDs and triggers to defconfig
The EP93xx has two designated LEDs (not always connected): a
green and a red one. These are registered in the core, so let's
enable the driver and some triggers.
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs/ep93xx_defconfig')
-rw-r--r-- | arch/arm/configs/ep93xx_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/configs/ep93xx_defconfig b/arch/arm/configs/ep93xx_defconfig index b3c32d0d4573..9a5205abc7c3 100644 --- a/arch/arm/configs/ep93xx_defconfig +++ b/arch/arm/configs/ep93xx_defconfig @@ -99,6 +99,11 @@ CONFIG_USB_SERIAL_CONSOLE=y CONFIG_USB_SERIAL_PL2303=y CONFIG_MMC=y CONFIG_MMC_SPI=y +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_GPIO=y +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_DS1307=y CONFIG_RTC_DRV_M48T86=y |