diff options
author | Daiane Angolini <daiane.angolini@freescale.com> | 2011-06-30 13:41:46 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-07-07 04:01:14 -0400 |
commit | 2a90a69f652edb410f7936d0271bfa8566ef6a87 (patch) | |
tree | 8e0a0a337075d58e0ab2384eccaef6464e18a6cd /arch/arm/mach-mx5/Kconfig | |
parent | d23cb578cc7c520d17c6a995e78a7a05cb0abe72 (diff) |
ARM: mach-mx5/mx53_ard: Add gpio_keys support
Signed-off-by: Daiane Angolini <daiane.angolini@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 6a47d4c9dd17..b4e7c58bbb38 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -216,6 +216,7 @@ config MACH_MX53_ARD | |||
216 | select IMX_HAVE_PLATFORM_IMX_I2C | 216 | select IMX_HAVE_PLATFORM_IMX_I2C |
217 | select IMX_HAVE_PLATFORM_IMX_UART | 217 | select IMX_HAVE_PLATFORM_IMX_UART |
218 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | 218 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX |
219 | select IMX_HAVE_PLATFORM_GPIO_KEYS | ||
219 | help | 220 | help |
220 | Include support for MX53 ARD platform. This includes specific | 221 | Include support for MX53 ARD platform. This includes specific |
221 | configurations for the board and its peripherals. | 222 | configurations for the board and its peripherals. |