diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-09-29 16:40:15 -0300 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-11-23 17:17:12 +0000 |
commit | f2cd204f2d2973cf5a5ebd762910431921e56064 (patch) | |
tree | 4f49806b16215adabfc4238ded1b452a72416014 /arch/arm/configs/mvebu_defconfig | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) |
ARM: mvebu: config: Add GPIO connected LEDs support to defconfig
Almost every mvebu board has at least one LED connected to a GPIO
line. Include this in the default configuration.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs/mvebu_defconfig')
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 594d706b641..6fcb5c88a64 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -69,6 +69,7 @@ CONFIG_USB_XHCI_HCD=y CONFIG_MMC=y CONFIG_MMC_MVSDIO=y CONFIG_NEW_LEDS=y +CONFIG_LEDS_GPIO=y CONFIG_LEDS_CLASS=m CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_TIMER=y |