Kconfig 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. #
  2. # Input core configuration
  3. #
  4. menuconfig INPUT_KEYBOARD
  5. bool "Keyboards" if EMBEDDED || !X86
  6. default y
  7. help
  8. Say Y here, and a list of supported keyboards will be displayed.
  9. This option doesn't affect the kernel.
  10. If unsure, say Y.
  11. if INPUT_KEYBOARD
  12. config KEYBOARD_ATKBD
  13. tristate "AT keyboard" if EMBEDDED || !X86_PC
  14. default y
  15. select SERIO
  16. select SERIO_LIBPS2
  17. select SERIO_I8042 if X86_PC
  18. select SERIO_GSCPS2 if GSC
  19. help
  20. Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
  21. you'll need this, unless you have a different type keyboard (USB, ADB
  22. or other). This also works for AT and PS/2 keyboards connected over a
  23. PS/2 to serial converter.
  24. If unsure, say Y.
  25. To compile this driver as a module, choose M here: the
  26. module will be called atkbd.
  27. config KEYBOARD_ATKBD_HP_KEYCODES
  28. bool "Use HP keyboard scancodes"
  29. depends on PARISC && KEYBOARD_ATKBD
  30. default y
  31. help
  32. Say Y here if you have a PA-RISC machine and want to use an AT or
  33. PS/2 keyboard, and your keyboard uses keycodes that are specific to
  34. PA-RISC keyboards.
  35. Say N if you use a standard keyboard.
  36. config KEYBOARD_ATKBD_RDI_KEYCODES
  37. bool "Use PrecisionBook keyboard scancodes"
  38. depends on KEYBOARD_ATKBD_HP_KEYCODES
  39. default n
  40. help
  41. If you have an RDI PrecisionBook, say Y here if you want to use its
  42. built-in keyboard (as opposed to an external keyboard).
  43. The PrecisionBook has five keys that conflict with those used by most
  44. AT and PS/2 keyboards. These are as follows:
  45. PrecisionBook Standard AT or PS/2
  46. F1 F12
  47. Left Ctrl Left Alt
  48. Caps Lock Left Ctrl
  49. Right Ctrl Caps Lock
  50. Left 102nd key (the key to the right of Left Shift)
  51. If you say N here, and use the PrecisionBook keyboard, then each key
  52. in the left-hand column will be interpreted as the corresponding key
  53. in the right-hand column.
  54. If you say Y here, and use an external keyboard, then each key in the
  55. right-hand column will be interpreted as the key shown in the
  56. left-hand column.
  57. config KEYBOARD_SUNKBD
  58. tristate "Sun Type 4 and Type 5 keyboard"
  59. select SERIO
  60. help
  61. Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
  62. connected either to the Sun keyboard connector or to an serial
  63. (RS-232) port via a simple adapter.
  64. To compile this driver as a module, choose M here: the
  65. module will be called sunkbd.
  66. config KEYBOARD_LKKBD
  67. tristate "DECstation/VAXstation LK201/LK401 keyboard"
  68. select SERIO
  69. help
  70. Say Y here if you want to use a LK201 or LK401 style serial
  71. keyboard. This keyboard is also useable on PCs if you attach
  72. it with the inputattach program. The connector pinout is
  73. described within lkkbd.c.
  74. To compile this driver as a module, choose M here: the
  75. module will be called lkkbd.
  76. config KEYBOARD_LOCOMO
  77. tristate "LoCoMo Keyboard Support"
  78. depends on SHARP_LOCOMO && INPUT_KEYBOARD
  79. help
  80. Say Y here if you are running Linux on a Sharp Zaurus Collie or Poodle based PDA
  81. To compile this driver as a module, choose M here: the
  82. module will be called locomokbd.
  83. config KEYBOARD_XTKBD
  84. tristate "XT keyboard"
  85. select SERIO
  86. help
  87. Say Y here if you want to use the old IBM PC/XT keyboard (or
  88. compatible) on your system. This is only possible with a
  89. parallel port keyboard adapter, you cannot connect it to the
  90. keyboard port on a PC that runs Linux.
  91. To compile this driver as a module, choose M here: the
  92. module will be called xtkbd.
  93. config KEYBOARD_NEWTON
  94. tristate "Newton keyboard"
  95. select SERIO
  96. help
  97. Say Y here if you have a Newton keyboard on a serial port.
  98. To compile this driver as a module, choose M here: the
  99. module will be called newtonkbd.
  100. config KEYBOARD_STOWAWAY
  101. tristate "Stowaway keyboard"
  102. select SERIO
  103. help
  104. Say Y here if you have a Stowaway keyboard on a serial port.
  105. Stowaway compatible keyboards like Dicota Input-PDA keyboard
  106. are also supported by this driver.
  107. To compile this driver as a module, choose M here: the
  108. module will be called stowaway.
  109. config KEYBOARD_CORGI
  110. tristate "Corgi keyboard"
  111. depends on PXA_SHARPSL
  112. default y
  113. help
  114. Say Y here to enable the keyboard on the Sharp Zaurus SL-C7xx
  115. series of PDAs.
  116. To compile this driver as a module, choose M here: the
  117. module will be called corgikbd.
  118. config KEYBOARD_SPITZ
  119. tristate "Spitz keyboard"
  120. depends on PXA_SHARPSL
  121. default y
  122. help
  123. Say Y here to enable the keyboard on the Sharp Zaurus SL-C1000,
  124. SL-C3000 and Sl-C3100 series of PDAs.
  125. To compile this driver as a module, choose M here: the
  126. module will be called spitzkbd.
  127. config KEYBOARD_AMIGA
  128. tristate "Amiga keyboard"
  129. depends on AMIGA
  130. help
  131. Say Y here if you are running Linux on any AMIGA and have a keyboard
  132. attached.
  133. To compile this driver as a module, choose M here: the
  134. module will be called amikbd.
  135. config ATARI_KBD_CORE
  136. bool
  137. config KEYBOARD_ATARI
  138. tristate "Atari keyboard"
  139. depends on ATARI
  140. select ATARI_KBD_CORE
  141. help
  142. Say Y here if you are running Linux on any Atari and have a keyboard
  143. attached.
  144. To compile this driver as a module, choose M here: the
  145. module will be called atakbd.
  146. config KEYBOARD_HIL_OLD
  147. tristate "HP HIL keyboard support (simple driver)"
  148. depends on GSC || HP300
  149. default y
  150. help
  151. The "Human Interface Loop" is a older, 8-channel USB-like
  152. controller used in several Hewlett Packard models. This driver
  153. was adapted from the one written for m68k/hp300, and implements
  154. support for a keyboard attached to the HIL port, but not for
  155. any other types of HIL input devices like mice or tablets.
  156. However, it has been thoroughly tested and is stable.
  157. If you want full HIL support including support for multiple
  158. keyboards, mice, and tablets, you have to enable the
  159. "HP System Device Controller i8042 Support" in the input/serio
  160. submenu.
  161. config KEYBOARD_HIL
  162. tristate "HP HIL keyboard support"
  163. depends on GSC || HP300
  164. default y
  165. select HP_SDC
  166. select HIL_MLC
  167. select SERIO
  168. help
  169. The "Human Interface Loop" is a older, 8-channel USB-like
  170. controller used in several Hewlett Packard models.
  171. This driver implements support for HIL-keyboards attached
  172. to your machine, so normally you should say Y here.
  173. config KEYBOARD_HP6XX
  174. tristate "HP Jornada 6xx keyboard"
  175. depends on SH_HP6XX
  176. select INPUT_POLLDEV
  177. help
  178. Say Y here if you have a HP Jornada 620/660/680/690 and want to
  179. support the built-in keyboard.
  180. To compile this driver as a module, choose M here: the
  181. module will be called jornada680_kbd.
  182. config KEYBOARD_HP7XX
  183. tristate "HP Jornada 7xx keyboard"
  184. depends on SA1100_JORNADA720_SSP && SA1100_SSP
  185. help
  186. Say Y here if you have a HP Jornada 710/720/728 and want to
  187. support the built-in keyboard.
  188. To compile this driver as a module, choose M here: the
  189. module will be called jornada720_kbd.
  190. config KEYBOARD_OMAP
  191. tristate "TI OMAP keypad support"
  192. depends on (ARCH_OMAP1 || ARCH_OMAP2)
  193. help
  194. Say Y here if you want to use the OMAP keypad.
  195. To compile this driver as a module, choose M here: the
  196. module will be called omap-keypad.
  197. config KEYBOARD_PXA27x
  198. tristate "PXA27x keyboard support"
  199. depends on PXA27x
  200. help
  201. Enable support for PXA27x matrix keyboard controller
  202. To compile this driver as a module, choose M here: the
  203. module will be called pxa27x_keyboard.
  204. config KEYBOARD_AAED2000
  205. tristate "AAED-2000 keyboard"
  206. depends on MACH_AAED2000
  207. select INPUT_POLLDEV
  208. default y
  209. help
  210. Say Y here to enable the keyboard on the Agilent AAED-2000
  211. development board.
  212. To compile this driver as a module, choose M here: the
  213. module will be called aaed2000_kbd.
  214. config KEYBOARD_GPIO
  215. tristate "GPIO Buttons"
  216. depends on GENERIC_GPIO
  217. help
  218. This driver implements support for buttons connected
  219. to GPIO pins of various CPUs (and some other chips).
  220. Say Y here if your device has buttons connected
  221. directly to such GPIO pins. Your board-specific
  222. setup logic must also provide a platform device,
  223. with configuration data saying which GPIOs are used.
  224. To compile this driver as a module, choose M here: the
  225. module will be called gpio-keys.
  226. config KEYBOARD_MAPLE
  227. tristate "Maple bus keyboard"
  228. depends on SH_DREAMCAST && MAPLE
  229. help
  230. Say Y here if you have a Dreamcast console running Linux and have
  231. a keyboard attached to its Maple bus.
  232. To compile this driver as a module, choose M here: the
  233. module will be called maple_keyb.
  234. config KEYBOARD_BFIN
  235. tristate "Blackfin BF54x keypad support"
  236. depends on (BF54x && !BF544)
  237. help
  238. Say Y here if you want to use the BF54x keypad.
  239. To compile this driver as a module, choose M here: the
  240. module will be called bf54x-keys.
  241. endif