[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-371-g6508d38
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-06-13 11:40:28
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 6508d381edeee6cc407c9db8e37404e0635dfe80 (commit)
from b7bb527547413f9178ef8296e0021ab9f125cc42 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6508d381edeee6cc407c9db8e37404e0635dfe80
Author: Eric Jarrige <eri...@ar...>
Date: Wed Jun 13 13:42:20 2012 +0200
[LINUX] 2.6.38/apf51: Enable GPIO LED and LED triggers - This activates the board LED and Heartbeat trigger by default
-----------------------------------------------------------------------
Summary of changes:
.../armadeus/apf51/apf51-linux-2.6.38.config | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config b/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
index 71fbd68..bb22dc4 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
+++ b/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
@@ -240,8 +240,14 @@ CONFIG_MMC_SDHCI_ESDHC_IMX=y
CONFIG_MMC_SPI=m
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
-CONFIG_LEDS_GPIO=m
+CONFIG_LEDS_GPIO=y
CONFIG_LEDS_WM831X_STATUS=m
+CONFIG_LEDS_TRIGGERS=y
+CONFIG_LEDS_TRIGGER_TIMER=y
+CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_LEDS_TRIGGER_BACKLIGHT=y
+CONFIG_LEDS_TRIGGER_GPIO=y
+CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_MXC=y
CONFIG_RTC_DRV_WM831X=y
hooks/post-receive
--
armadeus
|