From: Lee Jones Date: Mon, 21 Jan 2013 13:35:40 +0000 (+0000) Subject: ARM: ux500: Turn on the 'heartbeat' LED trigger X-Git-Tag: upstream/snapshot3+hdmi~5221^2~24^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d224e6482031de8a2a54383fe215da58e906c18;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: ux500: Turn on the 'heartbeat' LED trigger The heartbeat LED trigger provides an excellent debugging tool when hacking on development boards. Here we enable it on all u8500 based platforms. This will pulse the User LED on the Snowball low-cost development board only. Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 426270f..173fa93 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -90,6 +90,8 @@ CONFIG_LEDS_CLASS=y CONFIG_LEDS_LM3530=y CONFIG_LEDS_LP5521=y CONFIG_LEDS_GPIO=y +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_AB8500=y CONFIG_RTC_DRV_PL031=y