summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Salveti de Araujo <ricardo.salveti@canonical.com>2010-08-30 22:58:16 +0200
committerSebastien Jan <s-jan@ti.com>2010-09-01 18:20:41 +0200
commitb2a4fdd2c3e562d11f5caa0fd32132bbd117fc5b (patch)
tree95b453e1799382928a2be6e6d77866ee0830c38a
parent02fd62b3ff26889d784b6a647fa0e831380b5dc5 (diff)
UBUNTU: [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
The trigger heartbeat is used by default for Beagleboard and Pandaboard, but it's only activated when the module is loaded. Changing to built-in to be always used and activated during boot time. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
-rw-r--r--debian.ti-omap4/config/config.common.ubuntu2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu
index 9fa752bc34a7..7f5b06ec8ede 100644
--- a/debian.ti-omap4/config/config.common.ubuntu
+++ b/debian.ti-omap4/config/config.common.ubuntu
@@ -1348,7 +1348,7 @@ CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_BACKLIGHT=m
CONFIG_LEDS_TRIGGER_DEFAULT_ON=m
CONFIG_LEDS_TRIGGER_GPIO=m
-CONFIG_LEDS_TRIGGER_HEARTBEAT=m
+CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=16