diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig new file mode 100644 index 000000000..fb5033c8f --- /dev/null +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -0,0 +1,44 @@ | |||
1 | if INPUT_TOUCHSCREEN | ||
2 | |||
3 | config TOUCHSCREEN_NVIDIA_ATMEL_MXT | ||
4 | tristate "NVIDIA Atmel mXT I2C Touchscreen" | ||
5 | depends on I2C | ||
6 | select FW_LOADER | ||
7 | help | ||
8 | Say Y here if you have Atmel mXT series I2C touchscreen, | ||
9 | such as AT42QT602240/ATMXT224, connected to your system. | ||
10 | |||
11 | If unsure, say N. | ||
12 | |||
13 | To compile this driver as a module, choose M here: the | ||
14 | module will be called atmel_mxt_ts. | ||
15 | |||
16 | It is Nvidia Atmel driver which is impoved based on | ||
17 | atmel k3.14 driver. | ||
18 | |||
19 | config TOUCHSCREEN_LR388K7 | ||
20 | tristate "Sharp LR388K7 touchscreen" | ||
21 | depends on SPI_MASTER | ||
22 | help | ||
23 | Say Y here if you have a LR388K7 and want to enable | ||
24 | support for the built-in touchscreen. | ||
25 | |||
26 | If unsure, say N. | ||
27 | |||
28 | To compile this driver as a module, choose M here: the | ||
29 | module will be called lr388k7. | ||
30 | |||
31 | config TOUCHSCREEN_RM31080A | ||
32 | tristate "RAYDIUM_31080A based touchscreens" | ||
33 | depends on SPI_MASTER | ||
34 | help | ||
35 | Say Y here if you have a touchscreen interface using the | ||
36 | RAYDIUM_T31080A controller, and your board-specific initialization | ||
37 | code includes that in its table of SPI devices. | ||
38 | |||
39 | If unsure, say N (but it's safe to say "Y"). | ||
40 | |||
41 | To compile this driver as a module, choose M here: the | ||
42 | module will be called RAYDIUM_31080A. | ||
43 | |||
44 | endif | ||