diff options
author | Fabio Estevam <festevam@gmail.com> | 2011-05-28 14:51:32 (GMT) |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-07-07 08:01:06 (GMT) |
commit | 5dc3394c192cb8845a4594a4d029231392634d8a (patch) | |
tree | d97164fe1556a1fc29b7e084baca67a7ac87ebfe /arch/arm/mach-mx5/Kconfig | |
parent | d17572741bacb851f0a689c7751ce909835ad96c (diff) | |
download | linux-fsl-qoriq-5dc3394c192cb8845a4594a4d029231392634d8a.tar.xz |
ARM: mx5/mx53_loco: Add support for LED
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index f25e9d7..7976512 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig @@ -203,6 +203,7 @@ config MACH_MX53_LOCO select IMX_HAVE_PLATFORM_IMX_UART select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX select IMX_HAVE_PLATFORM_GPIO_KEYS + select LEDS_GPIO_REGISTER help Include support for MX53 LOCO platform. This includes specific configurations for the board and its peripherals. |