aboutsummaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-01-30 18:44:20 +0000
committerJon Medhurst <tixy@linaro.org>2013-07-01 11:04:09 +0100
commitc338b0c753463763b2c07cc8b3de8458c259e852 (patch)
treec7448bff293928df88d7403d48d689e55a25b6a0 /linaro
parent2d98cd5fd09214dae7789994fe53bd5e2b9bb1db (diff)
configs: vexpress: Enable LEDs
To provide access to LEDs enable CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y (LED's are available from user side under under /sys/class/leds) To use the motherboard LEDs to show CPU activity... CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_CPU=y Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/vexpress.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf
index 8c1c9099114..6576492b153 100644
--- a/linaro/configs/vexpress.conf
+++ b/linaro/configs/vexpress.conf
@@ -39,3 +39,7 @@ CONFIG_REGULATOR=y
CONFIG_REGULATOR_VEXPRESS=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
+CONFIG_LEDS_TRIGGERS=y
+CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_LEDS_TRIGGER_CPU=y