summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorMartin Michlmayr2008-07-07 20:23:09 +0200
committerNicolas Pitre2008-07-08 00:38:24 +0200
commit2e1117d307dba8185a72bac94e57f057e70590ca (patch)
tree900ea6f9ff31ff08eae1719af57e54aef4f72d68 /arch/arm/configs
parent[ARM] Orion: add RD88F5181L-FXO support (diff)
downloadkernel-qcow2-linux-2e1117d307dba8185a72bac94e57f057e70590ca.tar.gz
kernel-qcow2-linux-2e1117d307dba8185a72bac94e57f057e70590ca.tar.xz
kernel-qcow2-linux-2e1117d307dba8185a72bac94e57f057e70590ca.zip
[ARM] Orion: LED support for HP mv2120
The HP mv2120 has several LEDs that are controlled through gpio. Export the health LED, the red SATA LEDs as well as two gpios that control the brightness of _all_ LEDs to userland. The Ethernet and power LEDs can't be controlled through gpio and the blue SATA LEDs are handled via the SATA driver. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/orion5x_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/orion5x_defconfig b/arch/arm/configs/orion5x_defconfig
index 8a7cabfae574..9578b5d9f9c7 100644
--- a/arch/arm/configs/orion5x_defconfig
+++ b/arch/arm/configs/orion5x_defconfig
@@ -1077,7 +1077,7 @@ CONFIG_LEDS_CLASS=y
#
# LED drivers
#
-# CONFIG_LEDS_GPIO is not set
+CONFIG_LEDS_GPIO=y
#
# LED Triggers
@@ -1085,7 +1085,7 @@ CONFIG_LEDS_CLASS=y
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
-# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
+CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y