diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-05-31 13:07:03 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-07-07 12:01:07 +0400 |
commit | 53b8ff9d3781fe6ff74494ecaea735b322d9ef8e (patch) | |
tree | f1d411ffd2e4259f04eaedaf67e3d98787fd7e16 /arch/arm/mach-mxs/Kconfig | |
parent | 95b7445946ca68222ad84cad3703a1efe1110869 (diff) | |
download | linux-53b8ff9d3781fe6ff74494ecaea735b322d9ef8e.tar.xz |
ARM: mxs/mx28evk: add leds-gpio device for heartbeat
It adds LED2 on mx28evk board as heartbeat trigger for diagnostic
purpose.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 162b0b0bc356..1d3985f37858 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -41,6 +41,7 @@ config MACH_MX23EVK config MACH_MX28EVK bool "Support MX28EVK Platform" select SOC_IMX28 + select LEDS_GPIO_REGISTER select MXS_HAVE_AMBA_DUART select MXS_HAVE_PLATFORM_AUART select MXS_HAVE_PLATFORM_FEC |