Kconfig 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. #
  2. # Mouse driver configuration
  3. #
  4. menuconfig 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.
  9. If unsure, say Y.
  10. if INPUT_TOUCHSCREEN
  11. config TOUCHSCREEN_ADS7846
  12. tristate "ADS 7846/7843 based touchscreens"
  13. depends on SPI_MASTER
  14. depends on HWMON = n || HWMON
  15. help
  16. Say Y here if you have a touchscreen interface using the
  17. ADS7846 or ADS7843 controller, and your board-specific setup
  18. code includes that in its table of SPI devices.
  19. If HWMON is selected, and the driver is told the reference voltage
  20. on your board, you will also get hwmon interfaces for the voltage
  21. (and on ads7846, temperature) sensors of this chip.
  22. If unsure, say N (but it's safe to say "Y").
  23. To compile this driver as a module, choose M here: the
  24. module will be called ads7846.
  25. config TOUCHSCREEN_BITSY
  26. tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
  27. depends on SA1100_BITSY
  28. select SERIO
  29. help
  30. Say Y here if you have the h3600 (Bitsy) touchscreen.
  31. If unsure, say N.
  32. To compile this driver as a module, choose M here: the
  33. module will be called h3600_ts_input.
  34. config TOUCHSCREEN_CORGI
  35. tristate "SharpSL (Corgi and Spitz series) touchscreen driver"
  36. depends on PXA_SHARPSL
  37. default y
  38. help
  39. Say Y here to enable the driver for the touchscreen on the
  40. Sharp SL-C7xx and SL-Cxx00 series of PDAs.
  41. If unsure, say N.
  42. To compile this driver as a module, choose M here: the
  43. module will be called corgi_ts.
  44. config TOUCHSCREEN_S3C
  45. tristate "S3C touchscreen driver"
  46. depends on ARCH_S3C2410
  47. default y
  48. help
  49. Say Y here to enable the driver for the touchscreen on the
  50. S3C SMDK board.
  51. If unsure, say N.
  52. To compile this driver as a module, choose M here: the
  53. module will be called s3c24xx_ts.
  54. config TOUCHSCREEN_GUNZE
  55. tristate "Gunze AHL-51S touchscreen"
  56. select SERIO
  57. help
  58. Say Y here if you have the Gunze AHL-51 touchscreen connected to
  59. your system.
  60. If unsure, say N.
  61. To compile this driver as a module, choose M here: the
  62. module will be called gunze.
  63. config TOUCHSCREEN_ELO
  64. tristate "Elo serial touchscreens"
  65. select SERIO
  66. help
  67. Say Y here if you have an Elo serial touchscreen connected to
  68. your system.
  69. If unsure, say N.
  70. To compile this driver as a module, choose M here: the
  71. module will be called elo.
  72. config TOUCHSCREEN_MTOUCH
  73. tristate "MicroTouch serial touchscreens"
  74. select SERIO
  75. help
  76. Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
  77. your system.
  78. If unsure, say N.
  79. To compile this driver as a module, choose M here: the
  80. module will be called mtouch.
  81. config TOUCHSCREEN_MK712
  82. tristate "ICS MicroClock MK712 touchscreen"
  83. help
  84. Say Y here if you have the ICS MicroClock MK712 touchscreen
  85. controller chip in your system.
  86. If unsure, say N.
  87. To compile this driver as a module, choose M here: the
  88. module will be called mk712.
  89. config TOUCHSCREEN_HP600
  90. tristate "HP Jornada 680/690 touchscreen"
  91. depends on SH_HP6XX && SH_ADC
  92. help
  93. Say Y here if you have a HP Jornada 680 or 690 and want to
  94. support the built-in touchscreen.
  95. If unsure, say N.
  96. To compile this driver as a module, choose M here: the
  97. module will be called hp680_ts_input.
  98. config TOUCHSCREEN_PENMOUNT
  99. tristate "Penmount serial touchscreen"
  100. select SERIO
  101. help
  102. Say Y here if you have a Penmount serial touchscreen connected to
  103. your system.
  104. If unsure, say N.
  105. To compile this driver as a module, choose M here: the
  106. module will be called penmount.
  107. config TOUCHSCREEN_TOUCHRIGHT
  108. tristate "Touchright serial touchscreen"
  109. select SERIO
  110. help
  111. Say Y here if you have a Touchright serial touchscreen connected to
  112. your system.
  113. If unsure, say N.
  114. To compile this driver as a module, choose M here: the
  115. module will be called touchright.
  116. config TOUCHSCREEN_TOUCHWIN
  117. tristate "Touchwin serial touchscreen"
  118. select SERIO
  119. help
  120. Say Y here if you have a Touchwin serial touchscreen connected to
  121. your system.
  122. If unsure, say N.
  123. To compile this driver as a module, choose M here: the
  124. module will be called touchwin.
  125. config TOUCHSCREEN_UCB1400
  126. tristate "Philips UCB1400 touchscreen"
  127. select AC97_BUS
  128. help
  129. This enables support for the Philips UCB1400 touchscreen interface.
  130. The UCB1400 is an AC97 audio codec. The touchscreen interface
  131. will be initialized only after the ALSA subsystem has been
  132. brought up and the UCB1400 detected. You therefore have to
  133. configure ALSA support as well (either built-in or modular,
  134. independently of whether this driver is itself built-in or
  135. modular) for this driver to work.
  136. To compile this driver as a module, choose M here: the
  137. module will be called ucb1400_ts.
  138. config TOUCHSCREEN_ORIZON
  139. tristate "Touch Screen driver of Cybook Orizon"
  140. default y
  141. depends on MACH_CYBOOK_ORIZON
  142. help
  143. Select this driver if you want support for Cybook Orizon Touchscreen
  144. #Qisda Tony 090406, add Auo touch i2c driver [
  145. config TOUCHSCREEN_IIC_QISDA
  146. tristate "Touch Screen for IIC Qisda"
  147. default n
  148. help
  149. It will use IIC to read/write the data from touch panel.
  150. Instead of ADC detcection.
  151. Tony.YC.Huang@qisda.com
  152. #Qisda Tony 090406, add Auo touch i2c driver ]
  153. endif