diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2008-12-23 04:21:04 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-12-23 04:36:50 -0500 |
commit | 9bcc00b96fc14c0cca94252b19a6e05c7d031f4a (patch) | |
tree | 16b6cd440174a86e9b2e88782a936b8d397b67b2 /drivers/input/touchscreen/Kconfig | |
parent | 3a0c58ddcd4f0edb37d6008db2a33c9756ec916c (diff) |
Input: add da9034 touchscreen support
Add support for the built-in touchscreen controller in DA9034
(aka Micco), usually found on platforms with xscale processors.
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 83747dc9ba05..bb6486a8c070 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -58,6 +58,14 @@ config TOUCHSCREEN_CORGI | |||
58 | NOTE: this driver is deprecated, try enable SPI and generic | 58 | NOTE: this driver is deprecated, try enable SPI and generic |
59 | ADS7846-based touchscreen driver. | 59 | ADS7846-based touchscreen driver. |
60 | 60 | ||
61 | config TOUCHSCREEN_DA9034 | ||
62 | tristate "Touchscreen support for Dialog Semiconductor DA9034" | ||
63 | depends on PMIC_DA903X | ||
64 | default y | ||
65 | help | ||
66 | Say Y here to enable the support for the touchscreen found | ||
67 | on Dialog Semiconductor DA9034 PMIC. | ||
68 | |||
61 | config TOUCHSCREEN_FUJITSU | 69 | config TOUCHSCREEN_FUJITSU |
62 | tristate "Fujitsu serial touchscreen" | 70 | tristate "Fujitsu serial touchscreen" |
63 | select SERIO | 71 | select SERIO |