drivers/input: Add TOUCHSCREEN config for touchscreen input devices
This commit is contained in:
parent
628d8ca9e1
commit
00e68bb38d
@ -30,10 +30,15 @@ config MOUSE_WHEEL
|
|||||||
|
|
||||||
endif # MOUSE
|
endif # MOUSE
|
||||||
|
|
||||||
|
config INPUT_TOUCHSCREEN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config INPUT_MAX11802
|
config INPUT_MAX11802
|
||||||
bool "MAX11802 touchscreen controller"
|
bool "MAX11802 touchscreen controller"
|
||||||
default n
|
default n
|
||||||
select SPI
|
select SPI
|
||||||
|
select INPUT_TOUCHSCREEN
|
||||||
---help---
|
---help---
|
||||||
Enable support for the MAX11802 touchscreen controller
|
Enable support for the MAX11802 touchscreen controller
|
||||||
|
|
||||||
@ -41,6 +46,7 @@ config INPUT_TSC2007
|
|||||||
bool "TI TSC2007 touchscreen controller"
|
bool "TI TSC2007 touchscreen controller"
|
||||||
default n
|
default n
|
||||||
select I2C
|
select I2C
|
||||||
|
select INPUT_TOUCHSCREEN
|
||||||
---help---
|
---help---
|
||||||
Enable support for the TI TSC2007 touchscreen controller
|
Enable support for the TI TSC2007 touchscreen controller
|
||||||
|
|
||||||
@ -70,6 +76,7 @@ config INPUT_FT5X06
|
|||||||
bool "FocalTech FT5x06 multi-touch, capacitive touch panel controller"
|
bool "FocalTech FT5x06 multi-touch, capacitive touch panel controller"
|
||||||
default n
|
default n
|
||||||
select I2C
|
select I2C
|
||||||
|
select INPUT_TOUCHSCREEN
|
||||||
---help---
|
---help---
|
||||||
Enable support for the FocalTech FT5x06 multi-touch, capacitive
|
Enable support for the FocalTech FT5x06 multi-touch, capacitive
|
||||||
touch panel controller
|
touch panel controller
|
||||||
@ -79,6 +86,7 @@ config INPUT_FT5336
|
|||||||
default n
|
default n
|
||||||
select I2C
|
select I2C
|
||||||
select INPUT_FT5X06
|
select INPUT_FT5X06
|
||||||
|
select INPUT_TOUCHSCREEN
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
Enable support for the FocalTech FT5x06 multi-touch, capacitive
|
Enable support for the FocalTech FT5x06 multi-touch, capacitive
|
||||||
@ -143,6 +151,7 @@ config INPUT_ADS7843E
|
|||||||
bool "TI ADS7843/TSC2046 touchscreen controller"
|
bool "TI ADS7843/TSC2046 touchscreen controller"
|
||||||
default n
|
default n
|
||||||
select SPI
|
select SPI
|
||||||
|
select INPUT_TOUCHSCREEN
|
||||||
---help---
|
---help---
|
||||||
Enable support for the TI/Burr-Brown ADS7842 touchscreen controller. I believe
|
Enable support for the TI/Burr-Brown ADS7842 touchscreen controller. I believe
|
||||||
that driver should be compatible with the TI/Burr-Brown TSC2046 and XPT2046
|
that driver should be compatible with the TI/Burr-Brown TSC2046 and XPT2046
|
||||||
@ -214,10 +223,11 @@ config ADS7843E_THRESHY
|
|||||||
12-bit values the raw ranges are 0-4095. So for example, if your display is
|
12-bit values the raw ranges are 0-4095. So for example, if your display is
|
||||||
320x240, then THRESHX=13 and THRESHY=17 would correspond to one pixel. Default: 12
|
320x240, then THRESHX=13 and THRESHY=17 would correspond to one pixel. Default: 12
|
||||||
|
|
||||||
endif
|
endif # INPUT_ADS7843E
|
||||||
|
|
||||||
config INPUT_MXT
|
config INPUT_MXT
|
||||||
bool "Atmel maXTouch Driver"
|
bool "Atmel maXTouch Driver"
|
||||||
|
select INPUT_TOUCHSCREEN
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enables support for the Atmel maXTouch driver
|
Enables support for the Atmel maXTouch driver
|
||||||
@ -275,6 +285,7 @@ endif # INPUT_MXT
|
|||||||
config INPUT_STMPE811
|
config INPUT_STMPE811
|
||||||
bool "STMicro STMPE811 Driver"
|
bool "STMicro STMPE811 Driver"
|
||||||
default n
|
default n
|
||||||
|
select INPUT_TOUCHSCREEN
|
||||||
---help---
|
---help---
|
||||||
Enables support for the STMPE811 driver
|
Enables support for the STMPE811 driver
|
||||||
|
|
||||||
@ -404,6 +415,7 @@ endif # INPUT_STMPE811
|
|||||||
config INPUT_CYPRESS_MBR3108
|
config INPUT_CYPRESS_MBR3108
|
||||||
bool "Enable Cypress MBR3108 CapSense driver"
|
bool "Enable Cypress MBR3108 CapSense driver"
|
||||||
default n
|
default n
|
||||||
|
select INPUT_TOUCHSCREEN
|
||||||
---help---
|
---help---
|
||||||
Enable support for Cypress MBR3108 CapSense touch button & proximity
|
Enable support for Cypress MBR3108 CapSense touch button & proximity
|
||||||
input sensor.
|
input sensor.
|
||||||
|
Loading…
Reference in New Issue
Block a user