aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2008-07-07 14:23:09 -0400
committerNicolas Pitre <nico@cam.org>2008-07-07 18:38:24 -0400
commit2e1117d307dba8185a72bac94e57f057e70590ca (patch)
tree900ea6f9ff31ff08eae1719af57e54aef4f72d68 /arch/arm/configs
parent6b5cdf0f6d4dc3d98de20d6b0abe8500046f1cb1 (diff)
[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
1077# 1077#
1078# LED drivers 1078# LED drivers
1079# 1079#
1080# CONFIG_LEDS_GPIO is not set 1080CONFIG_LEDS_GPIO=y
1081 1081
1082# 1082#
1083# LED Triggers 1083# LED Triggers
@@ -1085,7 +1085,7 @@ CONFIG_LEDS_CLASS=y
1085CONFIG_LEDS_TRIGGERS=y 1085CONFIG_LEDS_TRIGGERS=y
1086CONFIG_LEDS_TRIGGER_TIMER=y 1086CONFIG_LEDS_TRIGGER_TIMER=y
1087CONFIG_LEDS_TRIGGER_HEARTBEAT=y 1087CONFIG_LEDS_TRIGGER_HEARTBEAT=y
1088# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set 1088CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
1089CONFIG_RTC_LIB=y 1089CONFIG_RTC_LIB=y
1090CONFIG_RTC_CLASS=y 1090CONFIG_RTC_CLASS=y
1091CONFIG_RTC_HCTOSYS=y 1091CONFIG_RTC_HCTOSYS=y