summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/Makefile
diff options
context:
space:
mode:
authorNaveen Krishna Ch2011-03-05 01:44:09 +0100
committerKukjin Kim2011-03-15 12:37:02 +0100
commit8e97fb7945717db1773f723b99ab04f6ed1fa875 (patch)
tree697770b3f4c62dc444d969ec60aa60e1f99be958 /arch/arm/mach-exynos4/Makefile
parentARM: EXYNOS4: Add support for SATA on ARMLEX4210 (diff)
downloadkernel-qcow2-linux-8e97fb7945717db1773f723b99ab04f6ed1fa875.tar.gz
kernel-qcow2-linux-8e97fb7945717db1773f723b99ab04f6ed1fa875.tar.xz
kernel-qcow2-linux-8e97fb7945717db1773f723b99ab04f6ed1fa875.zip
ARM: EXYNOS4: Add keypad device helpers
This patch adds the samsung_keypad_cfg_gpio() for EXYNOS4. Now, this helpers are only for keypad operating in PORT-0. Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Makefile')
-rw-r--r--arch/arm/mach-exynos4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Makefile b/arch/arm/mach-exynos4/Makefile
index 486d8b4b38d3..b8f0e7d82d7e 100644
--- a/arch/arm/mach-exynos4/Makefile
+++ b/arch/arm/mach-exynos4/Makefile
@@ -50,6 +50,7 @@ obj-$(CONFIG_EXYNOS4_SETUP_I2C4) += setup-i2c4.o
obj-$(CONFIG_EXYNOS4_SETUP_I2C5) += setup-i2c5.o
obj-$(CONFIG_EXYNOS4_SETUP_I2C6) += setup-i2c6.o
obj-$(CONFIG_EXYNOS4_SETUP_I2C7) += setup-i2c7.o
+obj-$(CONFIG_EXYNOS4_SETUP_KEYPAD) += setup-keypad.o
obj-$(CONFIG_EXYNOS4_SETUP_SDHCI) += setup-sdhci.o
obj-$(CONFIG_EXYNOS4_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o
obj-$(CONFIG_SATA_AHCI_PLATFORM) += dev-ahci.o