diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2011-03-23 15:25:14 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-05-06 09:36:47 +0900 |
commit | 3260ecd859ba842c709f205cbc01408b826bb387 (patch) | |
tree | 41230aad8dc8aa4250ba9f4f4686e8ca4bb012c9 /arch/arm/mach-exynos4/Kconfig | |
parent | 3d73998558beac1e56efaaf7c5bf3469ee4c6ba2 (diff) | |
download | talos-obmc-linux-3260ecd859ba842c709f205cbc01408b826bb387.tar.gz talos-obmc-linux-3260ecd859ba842c709f205cbc01408b826bb387.zip |
ARM: EXYNOS4: Add Atmel mXT touchscreen device to the NURI board
This patch is to support Atmel mXT touchscreen device to the NURI board.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index e849f67be47d..11b57a4d53fa 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -169,8 +169,10 @@ config MACH_NURI select S3C_DEV_HSMMC2 select S3C_DEV_HSMMC3 select S3C_DEV_I2C1 + select S3C_DEV_I2C3 select S3C_DEV_I2C5 select EXYNOS4_SETUP_I2C1 + select EXYNOS4_SETUP_I2C3 select EXYNOS4_SETUP_I2C5 select EXYNOS4_SETUP_SDHCI select SAMSUNG_DEV_PWM |