Kconfig 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. #
  2. # Input misc drivers configuration
  3. #
  4. menuconfig INPUT_MISC
  5. bool "Miscellaneous devices"
  6. help
  7. Say Y here, and a list of miscellaneous input drivers will be displayed.
  8. Everything that didn't fit into the other categories is here. This option
  9. doesn't affect the kernel.
  10. If unsure, say Y.
  11. if INPUT_MISC
  12. config INPUT_PCSPKR
  13. tristate "PC Speaker support"
  14. depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES
  15. help
  16. Say Y here if you want the standard PC Speaker to be used for
  17. bells and whistles.
  18. If unsure, say Y.
  19. To compile this driver as a module, choose M here: the
  20. module will be called pcspkr.
  21. config INPUT_SPARCSPKR
  22. tristate "SPARC Speaker support"
  23. depends on PCI && SPARC64
  24. help
  25. Say Y here if you want the standard Speaker on Sparc PCI systems
  26. to be used for bells and whistles.
  27. If unsure, say Y.
  28. To compile this driver as a module, choose M here: the
  29. module will be called sparcspkr.
  30. config INPUT_M68K_BEEP
  31. tristate "M68k Beeper support"
  32. depends on M68K
  33. config INPUT_IXP4XX_BEEPER
  34. tristate "IXP4XX Beeper support"
  35. depends on ARCH_IXP4XX
  36. help
  37. If you say yes here, you can connect a beeper to the
  38. ixp4xx gpio pins. This is used by the LinkSys NSLU2.
  39. If unsure, say Y.
  40. To compile this driver as a module, choose M here: the
  41. module will be called ixp4xx-beeper.
  42. config INPUT_COBALT_BTNS
  43. tristate "Cobalt button interface"
  44. depends on MIPS_COBALT
  45. select INPUT_POLLDEV
  46. help
  47. Say Y here if you want to support MIPS Cobalt button interface.
  48. To compile this driver as a module, choose M here: the
  49. module will be called cobalt_btns.
  50. config INPUT_WISTRON_BTNS
  51. tristate "x86 Wistron laptop button interface"
  52. depends on X86 && !X86_64
  53. help
  54. Say Y here for support of Winstron laptop button interface, used on
  55. laptops of various brands, including Acer and Fujitsu-Siemens.
  56. To compile this driver as a module, choose M here: the module will
  57. be called wistron_btns.
  58. config INPUT_ATLAS_BTNS
  59. tristate "x86 Atlas button interface"
  60. depends on X86 && ACPI
  61. help
  62. Say Y here for support of Atlas wallmount touchscreen buttons.
  63. The events will show up as scancodes F1 through F9 via evdev.
  64. To compile this driver as a module, choose M here: the module will
  65. be called atlas_btns.
  66. config INPUT_ATI_REMOTE
  67. tristate "ATI / X10 USB RF remote control"
  68. select USB
  69. help
  70. Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
  71. These are RF remotes with USB receivers.
  72. The ATI remote comes with many of ATI's All-In-Wonder video cards.
  73. The X10 "Lola" remote is available at:
  74. <http://www.x10.com/products/lola_sg1.htm>
  75. This driver provides mouse pointer, left and right mouse buttons,
  76. and maps all the other remote buttons to keypress events.
  77. To compile this driver as a module, choose M here: the module will be
  78. called ati_remote.
  79. config INPUT_ATI_REMOTE2
  80. tristate "ATI / Philips USB RF remote control"
  81. select USB
  82. help
  83. Say Y here if you want to use an ATI or Philips USB RF remote control.
  84. These are RF remotes with USB receivers.
  85. ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
  86. and is also available as a separate product.
  87. This driver provides mouse pointer, left and right mouse buttons,
  88. and maps all the other remote buttons to keypress events.
  89. To compile this driver as a module, choose M here: the module will be
  90. called ati_remote2.
  91. config INPUT_KEYSPAN_REMOTE
  92. tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
  93. depends on EXPERIMENTAL
  94. select USB
  95. help
  96. Say Y here if you want to use a Keyspan DMR USB remote control.
  97. Currently only the UIA-11 type of receiver has been tested. The tag
  98. on the receiver that connects to the USB port should have a P/N that
  99. will tell you what type of DMR you have. The UIA-10 type is not
  100. supported at this time. This driver maps all buttons to keypress
  101. events.
  102. To compile this driver as a module, choose M here: the module will
  103. be called keyspan_remote.
  104. config INPUT_POWERMATE
  105. tristate "Griffin PowerMate and Contour Jog support"
  106. select USB
  107. help
  108. Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
  109. These are aluminum dials which can measure clockwise and anticlockwise
  110. rotation. The dial also acts as a pushbutton. The base contains an LED
  111. which can be instructed to pulse or to switch to a particular intensity.
  112. You can download userspace tools from
  113. <http://sowerbutts.com/powermate/>.
  114. To compile this driver as a module, choose M here: the
  115. module will be called powermate.
  116. config INPUT_YEALINK
  117. tristate "Yealink usb-p1k voip phone"
  118. depends EXPERIMENTAL
  119. select USB
  120. help
  121. Say Y here if you want to enable keyboard and LCD functions of the
  122. Yealink usb-p1k usb phones. The audio part is enabled by the generic
  123. usb sound driver, so you might want to enable that as well.
  124. For information about how to use these additional functions, see
  125. <file:Documentation/input/yealink.txt>.
  126. To compile this driver as a module, choose M here: the module will be
  127. called yealink.
  128. config INPUT_UINPUT
  129. tristate "User level driver support"
  130. help
  131. Say Y here if you want to support user level drivers for input
  132. subsystem accessible under char device 10:223 - /dev/input/uinput.
  133. To compile this driver as a module, choose M here: the
  134. module will be called uinput.
  135. config INPUT_POLLDEV
  136. tristate "Polled input device skeleton"
  137. help
  138. Say Y here if you are using a driver for an input
  139. device that periodically polls hardware state. This
  140. option is only useful for out-of-tree drivers since
  141. in-tree drivers select it automatically.
  142. To compile this driver as a module, choose M here: the
  143. module will be called input-polldev.
  144. config HP_SDC_RTC
  145. tristate "HP SDC Real Time Clock"
  146. depends on GSC || HP300
  147. select HP_SDC
  148. help
  149. Say Y here if you want to support the built-in real time clock
  150. of the HP SDC controller.
  151. endif