diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 21d55ed4b88a..2c674023a6ac 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -11,6 +11,19 @@ menuconfig INPUT_TOUCHSCREEN | |||
11 | 11 | ||
12 | if INPUT_TOUCHSCREEN | 12 | if INPUT_TOUCHSCREEN |
13 | 13 | ||
14 | config TOUCHSCREEN_ADS7846 | ||
15 | tristate "ADS 7846 based touchscreens" | ||
16 | depends on SPI_MASTER | ||
17 | help | ||
18 | Say Y here if you have a touchscreen interface using the | ||
19 | ADS7846 controller, and your board-specific initialization | ||
20 | code includes that in its table of SPI devices. | ||
21 | |||
22 | If unsure, say N (but it's safe to say "Y"). | ||
23 | |||
24 | To compile this driver as a module, choose M here: the | ||
25 | module will be called ads7846. | ||
26 | |||
14 | config TOUCHSCREEN_BITSY | 27 | config TOUCHSCREEN_BITSY |
15 | tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" | 28 | tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" |
16 | depends on SA1100_BITSY | 29 | depends on SA1100_BITSY |