diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2008-07-07 21:23:09 +0300 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-07-07 18:38:24 -0400 |
commit | 2e1117d307dba8185a72bac94e57f057e70590ca (patch) | |
tree | 900ea6f9ff31ff08eae1719af57e54aef4f72d68 /arch/arm/configs/orion5x_defconfig | |
parent | 6b5cdf0f6d4dc3d98de20d6b0abe8500046f1cb1 (diff) | |
download | op-kernel-dev-2e1117d307dba8185a72bac94e57f057e70590ca.zip op-kernel-dev-2e1117d307dba8185a72bac94e57f057e70590ca.tar.gz |
[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/orion5x_defconfig')
-rw-r--r-- | arch/arm/configs/orion5x_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/orion5x_defconfig b/arch/arm/configs/orion5x_defconfig index 8a7cabf..9578b5d 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 |