diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-10-04 05:38:12 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-20 18:54:58 -0400 |
commit | b4a0dca771350b4eb0b262b5bbcf2aab5b47d1ea (patch) | |
tree | c2ea55d766e0613fd35ecf6c6a60900ed75da4e8 /arch/arm/mach-s5pv210/Kconfig | |
parent | 528ef1b5f3998cd3199926526b4c188d52e4ba7c (diff) |
ARM: S5PV210: GONI: Add support for QT602240 TS driver
Add required platform definitions for QT602240 touchscreen on I2C2 bus.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 634844693cdb..862f239a0fdb 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -74,6 +74,7 @@ config MACH_AQUILA | |||
74 | config MACH_GONI | 74 | config MACH_GONI |
75 | bool "GONI" | 75 | bool "GONI" |
76 | select CPU_S5PV210 | 76 | select CPU_S5PV210 |
77 | select S5P_GPIO_INT | ||
77 | select S3C_DEV_FB | 78 | select S3C_DEV_FB |
78 | select S5P_DEV_FIMC0 | 79 | select S5P_DEV_FIMC0 |
79 | select S5P_DEV_FIMC1 | 80 | select S5P_DEV_FIMC1 |
@@ -82,11 +83,13 @@ config MACH_GONI | |||
82 | select S3C_DEV_HSMMC1 | 83 | select S3C_DEV_HSMMC1 |
83 | select S3C_DEV_HSMMC2 | 84 | select S3C_DEV_HSMMC2 |
84 | select S3C_DEV_I2C1 | 85 | select S3C_DEV_I2C1 |
86 | select S3C_DEV_I2C2 | ||
85 | select S3C_DEV_USB_HSOTG | 87 | select S3C_DEV_USB_HSOTG |
86 | select S5P_DEV_ONENAND | 88 | select S5P_DEV_ONENAND |
87 | select SAMSUNG_DEV_KEYPAD | 89 | select SAMSUNG_DEV_KEYPAD |
88 | select S5PV210_SETUP_FB_24BPP | 90 | select S5PV210_SETUP_FB_24BPP |
89 | select S5PV210_SETUP_I2C1 | 91 | select S5PV210_SETUP_I2C1 |
92 | select S5PV210_SETUP_I2C2 | ||
90 | select S5PV210_SETUP_KEYPAD | 93 | select S5PV210_SETUP_KEYPAD |
91 | select S5PV210_SETUP_SDHCI | 94 | select S5PV210_SETUP_SDHCI |
92 | help | 95 | help |