Kconfig (771d8f1b178e7e09fcc641fccd48852958dbc329) | Kconfig (902cb3afab8d4c924376de51ec5c02d171992914) |
---|---|
1# 2# Touchscreen driver configuration 3# 4menuconfig INPUT_TOUCHSCREEN 5 bool "Touchscreens" 6 help 7 Say Y here, and a list of supported touchscreens will be displayed. 8 This option doesn't affect the kernel. --- 948 unchanged lines hidden (view full) --- 957 select INPUT_POLLDEV 958 help 959 Say Y here if you want support for the Samsung SUR40 touchscreen 960 (also known as Microsoft Surface 2.0 or Microsoft PixelSense). 961 962 To compile this driver as a module, choose M here: the 963 module will be called sur40. 964 | 1# 2# Touchscreen driver configuration 3# 4menuconfig INPUT_TOUCHSCREEN 5 bool "Touchscreens" 6 help 7 Say Y here, and a list of supported touchscreens will be displayed. 8 This option doesn't affect the kernel. --- 948 unchanged lines hidden (view full) --- 957 select INPUT_POLLDEV 958 help 959 Say Y here if you want support for the Samsung SUR40 touchscreen 960 (also known as Microsoft Surface 2.0 or Microsoft PixelSense). 961 962 To compile this driver as a module, choose M here: the 963 module will be called sur40. 964 |
965config TOUCHSCREEN_SX8654 966 tristate "Semtech SX8654 touchscreen" 967 depends on I2C 968 help 969 Say Y here if you have a Semtech SX8654 touchscreen controller. 970 971 If unsure, say N 972 973 To compile this driver as a module, choose M here: the 974 module will be called sx8654. 975 |
|
965config TOUCHSCREEN_TPS6507X 966 tristate "TPS6507x based touchscreens" 967 depends on I2C 968 select INPUT_POLLDEV 969 help 970 Say Y here if you have a TPS6507x based touchscreen 971 controller. 972 --- 19 unchanged lines hidden --- | 976config TOUCHSCREEN_TPS6507X 977 tristate "TPS6507x based touchscreens" 978 depends on I2C 979 select INPUT_POLLDEV 980 help 981 Say Y here if you have a TPS6507x based touchscreen 982 controller. 983 --- 19 unchanged lines hidden --- |