diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-01-07 17:27:14 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 18:57:05 +0100 |
commit | 572aab7a2b8d0001d98f84a03b4a55f8dadf3146 (patch) | |
tree | 1c8a7083254038c8b5e98c254166d4f83f2e0f4e | |
parent | c9b7a72d988d3474f3127cd39084d18bcc2df3df (diff) | |
download | blackbird-obmc-linux-572aab7a2b8d0001d98f84a03b4a55f8dadf3146.tar.gz blackbird-obmc-linux-572aab7a2b8d0001d98f84a03b4a55f8dadf3146.zip |
arm: mvebu: add LEDs support to defconfig file
The OpenBlocks AX3-4 platform has several LEDs, so it sounds wise to
enable LED support in mvebu_defconfig. We anticipate that more
platforms using Marvell EBU SoCs will have LEDs in the future.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 02adb5dfb773..4e6f0ceb9b12 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -47,6 +47,11 @@ CONFIG_GPIO_SYSFS=y # CONFIG_USB_SUPPORT is not set CONFIG_MMC=y CONFIG_MMC_MVSDIO=y +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=m +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y +CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_S35390A=y CONFIG_RTC_DRV_MV=y |