diff options
author | Frank Li <Frank.Li@freescale.com> | 2011-03-15 17:04:10 +0800 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-23 15:07:48 +0100 |
commit | 14fb20c9d25be4ee115cafd7201d4833664ae59d (patch) | |
tree | 5b96ef5d5a1e5786a2d1f9402c1066fe3d5477ba /arch/arm/mach-mx5/Kconfig | |
parent | 76422dbf3ccdd46d925cdb0909445e4616b55187 (diff) | |
download | linux-14fb20c9d25be4ee115cafd7201d4833664ae59d.tar.gz linux-14fb20c9d25be4ee115cafd7201d4833664ae59d.tar.bz2 linux-14fb20c9d25be4ee115cafd7201d4833664ae59d.zip |
ARM: mx53_loco: Add GPIO Keypad support
Signed-off-by: Frank Li <Frank.Li@freescale.com>
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 83ee08847d4d..159340da9191 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig @@ -165,6 +165,7 @@ config MACH_MX53_LOCO select IMX_HAVE_PLATFORM_IMX_I2C select IMX_HAVE_PLATFORM_IMX_UART select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX + select IMX_HAVE_PLATFORM_GPIO_KEYS help Include support for MX53 LOCO platform. This includes specific configurations for the board and its peripherals. |