Kconfig 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. #
  2. # Input core configuration
  3. #
  4. menuconfig INPUT_KEYBOARD
  5. bool "Keyboards" if EXPERT || !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_ADP5520
  13. tristate "Keypad Support for ADP5520 PMIC"
  14. depends on PMIC_ADP5520
  15. help
  16. This option enables support for the keypad scan matrix
  17. on Analog Devices ADP5520 PMICs.
  18. To compile this driver as a module, choose M here: the module will
  19. be called adp5520-keys.
  20. config KEYBOARD_ADP5588
  21. tristate "ADP5588/87 I2C QWERTY Keypad and IO Expander"
  22. depends on I2C
  23. help
  24. Say Y here if you want to use a ADP5588/87 attached to your
  25. system I2C bus.
  26. To compile this driver as a module, choose M here: the
  27. module will be called adp5588-keys.
  28. config KEYBOARD_ADP5589
  29. tristate "ADP5589 I2C QWERTY Keypad and IO Expander"
  30. depends on I2C
  31. help
  32. Say Y here if you want to use a ADP5589 attached to your
  33. system I2C bus.
  34. To compile this driver as a module, choose M here: the
  35. module will be called adp5589-keys.
  36. config KEYBOARD_AMIGA
  37. tristate "Amiga keyboard"
  38. depends on AMIGA
  39. help
  40. Say Y here if you are running Linux on any AMIGA and have a keyboard
  41. attached.
  42. To compile this driver as a module, choose M here: the
  43. module will be called amikbd.
  44. config ATARI_KBD_CORE
  45. bool
  46. config KEYBOARD_ATARI
  47. tristate "Atari keyboard"
  48. depends on ATARI
  49. select ATARI_KBD_CORE
  50. help
  51. Say Y here if you are running Linux on any Atari and have a keyboard
  52. attached.
  53. To compile this driver as a module, choose M here: the
  54. module will be called atakbd.
  55. config KEYBOARD_ATKBD
  56. tristate "AT keyboard" if EXPERT || !X86
  57. default y
  58. select SERIO
  59. select SERIO_LIBPS2
  60. select SERIO_I8042 if X86
  61. select SERIO_GSCPS2 if GSC
  62. help
  63. Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
  64. you'll need this, unless you have a different type keyboard (USB, ADB
  65. or other). This also works for AT and PS/2 keyboards connected over a
  66. PS/2 to serial converter.
  67. If unsure, say Y.
  68. To compile this driver as a module, choose M here: the
  69. module will be called atkbd.
  70. config KEYBOARD_ATKBD_HP_KEYCODES
  71. bool "Use HP keyboard scancodes"
  72. depends on PARISC && KEYBOARD_ATKBD
  73. default y
  74. help
  75. Say Y here if you have a PA-RISC machine and want to use an AT or
  76. PS/2 keyboard, and your keyboard uses keycodes that are specific to
  77. PA-RISC keyboards.
  78. Say N if you use a standard keyboard.
  79. config KEYBOARD_ATKBD_RDI_KEYCODES
  80. bool "Use PrecisionBook keyboard scancodes"
  81. depends on KEYBOARD_ATKBD_HP_KEYCODES
  82. default n
  83. help
  84. If you have an RDI PrecisionBook, say Y here if you want to use its
  85. built-in keyboard (as opposed to an external keyboard).
  86. The PrecisionBook has five keys that conflict with those used by most
  87. AT and PS/2 keyboards. These are as follows:
  88. PrecisionBook Standard AT or PS/2
  89. F1 F12
  90. Left Ctrl Left Alt
  91. Caps Lock Left Ctrl
  92. Right Ctrl Caps Lock
  93. Left 102nd key (the key to the right of Left Shift)
  94. If you say N here, and use the PrecisionBook keyboard, then each key
  95. in the left-hand column will be interpreted as the corresponding key
  96. in the right-hand column.
  97. If you say Y here, and use an external keyboard, then each key in the
  98. right-hand column will be interpreted as the key shown in the
  99. left-hand column.
  100. config KEYBOARD_QT1070
  101. tristate "Atmel AT42QT1070 Touch Sensor Chip"
  102. depends on I2C
  103. help
  104. Say Y here if you want to use Atmel AT42QT1070 QTouch
  105. Sensor chip as input device.
  106. To compile this driver as a module, choose M here:
  107. the module will be called qt1070
  108. config KEYBOARD_QT2160
  109. tristate "Atmel AT42QT2160 Touch Sensor Chip"
  110. depends on I2C && EXPERIMENTAL
  111. help
  112. If you say yes here you get support for Atmel AT42QT2160 Touch
  113. Sensor chip as a keyboard input.
  114. This driver can also be built as a module. If so, the module
  115. will be called qt2160.
  116. config KEYBOARD_BFIN
  117. tristate "Blackfin BF54x keypad support"
  118. depends on (BF54x && !BF544)
  119. help
  120. Say Y here if you want to use the BF54x keypad.
  121. To compile this driver as a module, choose M here: the
  122. module will be called bf54x-keys.
  123. config KEYBOARD_LKKBD
  124. tristate "DECstation/VAXstation LK201/LK401 keyboard"
  125. select SERIO
  126. help
  127. Say Y here if you want to use a LK201 or LK401 style serial
  128. keyboard. This keyboard is also useable on PCs if you attach
  129. it with the inputattach program. The connector pinout is
  130. described within lkkbd.c.
  131. To compile this driver as a module, choose M here: the
  132. module will be called lkkbd.
  133. config KEYBOARD_EP93XX
  134. tristate "EP93xx Matrix Keypad support"
  135. depends on ARCH_EP93XX
  136. help
  137. Say Y here to enable the matrix keypad on the Cirrus EP93XX.
  138. To compile this driver as a module, choose M here: the
  139. module will be called ep93xx_keypad.
  140. config KEYBOARD_GPIO
  141. tristate "GPIO Buttons"
  142. depends on GENERIC_GPIO
  143. help
  144. This driver implements support for buttons connected
  145. to GPIO pins of various CPUs (and some other chips).
  146. Say Y here if your device has buttons connected
  147. directly to such GPIO pins. Your board-specific
  148. setup logic must also provide a platform device,
  149. with configuration data saying which GPIOs are used.
  150. To compile this driver as a module, choose M here: the
  151. module will be called gpio_keys.
  152. config KEYBOARD_GPIO_POLLED
  153. tristate "Polled GPIO buttons"
  154. depends on GENERIC_GPIO
  155. select INPUT_POLLDEV
  156. help
  157. This driver implements support for buttons connected
  158. to GPIO pins that are not capable of generating interrupts.
  159. Say Y here if your device has buttons connected
  160. directly to such GPIO pins. Your board-specific
  161. setup logic must also provide a platform device,
  162. with configuration data saying which GPIOs are used.
  163. To compile this driver as a module, choose M here: the
  164. module will be called gpio_keys_polled.
  165. config KEYBOARD_TCA6416
  166. tristate "TCA6416/TCA6408A Keypad Support"
  167. depends on I2C
  168. help
  169. This driver implements basic keypad functionality
  170. for keys connected through TCA6416/TCA6408A IO expanders.
  171. Say Y here if your device has keys connected to
  172. TCA6416/TCA6408A IO expander. Your board-specific setup logic
  173. must also provide pin-mask details(of which TCA6416 pins
  174. are used for keypad).
  175. If enabled the entire TCA6416 device will be managed through
  176. this driver.
  177. To compile this driver as a module, choose M here: the
  178. module will be called tca6416_keypad.
  179. config KEYBOARD_MATRIX
  180. tristate "GPIO driven matrix keypad support"
  181. depends on GENERIC_GPIO
  182. help
  183. Enable support for GPIO driven matrix keypad.
  184. To compile this driver as a module, choose M here: the
  185. module will be called matrix_keypad.
  186. config KEYBOARD_HIL_OLD
  187. tristate "HP HIL keyboard support (simple driver)"
  188. depends on GSC || HP300
  189. default y
  190. help
  191. The "Human Interface Loop" is a older, 8-channel USB-like
  192. controller used in several Hewlett Packard models. This driver
  193. was adapted from the one written for m68k/hp300, and implements
  194. support for a keyboard attached to the HIL port, but not for
  195. any other types of HIL input devices like mice or tablets.
  196. However, it has been thoroughly tested and is stable.
  197. If you want full HIL support including support for multiple
  198. keyboards, mice, and tablets, you have to enable the
  199. "HP System Device Controller i8042 Support" in the input/serio
  200. submenu.
  201. config KEYBOARD_HIL
  202. tristate "HP HIL keyboard/pointer support"
  203. depends on GSC || HP300
  204. default y
  205. select HP_SDC
  206. select HIL_MLC
  207. select SERIO
  208. help
  209. The "Human Interface Loop" is a older, 8-channel USB-like
  210. controller used in several Hewlett Packard models.
  211. This driver implements support for HIL-keyboards and pointing
  212. devices (mice, tablets, touchscreens) attached
  213. to your machine, so normally you should say Y here.
  214. config KEYBOARD_HP6XX
  215. tristate "HP Jornada 6xx keyboard"
  216. depends on SH_HP6XX
  217. select INPUT_POLLDEV
  218. help
  219. Say Y here if you have a HP Jornada 620/660/680/690 and want to
  220. support the built-in keyboard.
  221. To compile this driver as a module, choose M here: the
  222. module will be called jornada680_kbd.
  223. config KEYBOARD_HP7XX
  224. tristate "HP Jornada 7xx keyboard"
  225. depends on SA1100_JORNADA720_SSP && SA1100_SSP
  226. help
  227. Say Y here if you have a HP Jornada 710/720/728 and want to
  228. support the built-in keyboard.
  229. To compile this driver as a module, choose M here: the
  230. module will be called jornada720_kbd.
  231. config KEYBOARD_LM8323
  232. tristate "LM8323 keypad chip"
  233. depends on I2C
  234. depends on LEDS_CLASS
  235. help
  236. If you say yes here you get support for the National Semiconductor
  237. LM8323 keypad controller.
  238. To compile this driver as a module, choose M here: the
  239. module will be called lm8323.
  240. config KEYBOARD_LOCOMO
  241. tristate "LoCoMo Keyboard Support"
  242. depends on SHARP_LOCOMO
  243. help
  244. Say Y here if you are running Linux on a Sharp Zaurus Collie or Poodle based PDA
  245. To compile this driver as a module, choose M here: the
  246. module will be called locomokbd.
  247. config KEYBOARD_MAPLE
  248. tristate "Maple bus keyboard"
  249. depends on SH_DREAMCAST && MAPLE
  250. help
  251. Say Y here if you have a Dreamcast console running Linux and have
  252. a keyboard attached to its Maple bus.
  253. To compile this driver as a module, choose M here: the
  254. module will be called maple_keyb.
  255. config KEYBOARD_MAX7359
  256. tristate "Maxim MAX7359 Key Switch Controller"
  257. depends on I2C
  258. help
  259. If you say yes here you get support for the Maxim MAX7359 Key
  260. Switch Controller chip. This providers microprocessors with
  261. management of up to 64 key switches
  262. To compile this driver as a module, choose M here: the
  263. module will be called max7359_keypad.
  264. config KEYBOARD_MCS
  265. tristate "MELFAS MCS Touchkey"
  266. depends on I2C
  267. help
  268. Say Y here if you have the MELFAS MCS5000/5080 touchkey controller
  269. chip in your system.
  270. If unsure, say N.
  271. To compile this driver as a module, choose M here: the
  272. module will be called mcs_touchkey.
  273. config KEYBOARD_MPR121
  274. tristate "Freescale MPR121 Touchkey"
  275. depends on I2C
  276. help
  277. Say Y here if you have Freescale MPR121 touchkey controller
  278. chip in your system.
  279. If unsure, say N.
  280. To compile this driver as a module, choose M here: the
  281. module will be called mpr121_touchkey.
  282. config KEYBOARD_IMX
  283. tristate "IMX keypad support"
  284. depends on ARCH_MXC
  285. help
  286. Enable support for IMX keypad port.
  287. To compile this driver as a module, choose M here: the
  288. module will be called imx_keypad.
  289. config KEYBOARD_NEWTON
  290. tristate "Newton keyboard"
  291. select SERIO
  292. help
  293. Say Y here if you have a Newton keyboard on a serial port.
  294. To compile this driver as a module, choose M here: the
  295. module will be called newtonkbd.
  296. config KEYBOARD_NOMADIK
  297. tristate "ST-Ericsson Nomadik SKE keyboard"
  298. depends on PLAT_NOMADIK
  299. help
  300. Say Y here if you want to use a keypad provided on the SKE controller
  301. used on the Ux500 and Nomadik platforms
  302. To compile this driver as a module, choose M here: the
  303. module will be called nmk-ske-keypad.
  304. config KEYBOARD_TEGRA
  305. tristate "NVIDIA Tegra internal matrix keyboard controller support"
  306. depends on ARCH_TEGRA
  307. help
  308. Say Y here if you want to use a matrix keyboard connected directly
  309. to the internal keyboard controller on Tegra SoCs.
  310. To compile this driver as a module, choose M here: the
  311. module will be called tegra-kbc.
  312. config KEYBOARD_OPENCORES
  313. tristate "OpenCores Keyboard Controller"
  314. help
  315. Say Y here if you want to use the OpenCores Keyboard Controller
  316. http://www.opencores.org/project,keyboardcontroller
  317. To compile this driver as a module, choose M here; the
  318. module will be called opencores-kbd.
  319. config KEYBOARD_PXA27x
  320. tristate "PXA27x/PXA3xx keypad support"
  321. depends on PXA27x || PXA3xx || ARCH_MMP
  322. help
  323. Enable support for PXA27x/PXA3xx keypad controller.
  324. To compile this driver as a module, choose M here: the
  325. module will be called pxa27x_keypad.
  326. config KEYBOARD_PXA930_ROTARY
  327. tristate "PXA930/PXA935 Enhanced Rotary Controller Support"
  328. depends on CPU_PXA930 || CPU_PXA935
  329. help
  330. Enable support for PXA930/PXA935 Enhanced Rotary Controller.
  331. To compile this driver as a module, choose M here: the
  332. module will be called pxa930_rotary.
  333. config KEYBOARD_PMIC8XXX
  334. tristate "Qualcomm PMIC8XXX keypad support"
  335. depends on MFD_PM8XXX
  336. help
  337. Say Y here if you want to enable the driver for the PMIC8XXX
  338. keypad provided as a reference design from Qualcomm. This is intended
  339. to support upto 18x8 matrix based keypad design.
  340. To compile this driver as a module, choose M here: the module will
  341. be called pmic8xxx-keypad.
  342. config KEYBOARD_SAMSUNG
  343. tristate "Samsung keypad support"
  344. depends on SAMSUNG_DEV_KEYPAD
  345. help
  346. Say Y here if you want to use the Samsung keypad.
  347. To compile this driver as a module, choose M here: the
  348. module will be called samsung-keypad.
  349. config KEYBOARD_STOWAWAY
  350. tristate "Stowaway keyboard"
  351. select SERIO
  352. help
  353. Say Y here if you have a Stowaway keyboard on a serial port.
  354. Stowaway compatible keyboards like Dicota Input-PDA keyboard
  355. are also supported by this driver.
  356. To compile this driver as a module, choose M here: the
  357. module will be called stowaway.
  358. config KEYBOARD_SUNKBD
  359. tristate "Sun Type 4 and Type 5 keyboard"
  360. select SERIO
  361. help
  362. Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
  363. connected either to the Sun keyboard connector or to an serial
  364. (RS-232) port via a simple adapter.
  365. To compile this driver as a module, choose M here: the
  366. module will be called sunkbd.
  367. config KEYBOARD_SH_KEYSC
  368. tristate "SuperH KEYSC keypad support"
  369. depends on SUPERH || ARCH_SHMOBILE
  370. help
  371. Say Y here if you want to use a keypad attached to the KEYSC block
  372. on SuperH processors such as sh7722 and sh7343.
  373. To compile this driver as a module, choose M here: the
  374. module will be called sh_keysc.
  375. config KEYBOARD_STMPE
  376. tristate "STMPE keypad support"
  377. depends on MFD_STMPE
  378. help
  379. Say Y here if you want to use the keypad controller on STMPE I/O
  380. expanders.
  381. To compile this driver as a module, choose M here: the module will be
  382. called stmpe-keypad.
  383. config KEYBOARD_DAVINCI
  384. tristate "TI DaVinci Key Scan"
  385. depends on ARCH_DAVINCI_DM365
  386. help
  387. Say Y to enable keypad module support for the TI DaVinci
  388. platforms (DM365).
  389. To compile this driver as a module, choose M here: the
  390. module will be called davinci_keyscan.
  391. config KEYBOARD_OMAP
  392. tristate "TI OMAP keypad support"
  393. depends on (ARCH_OMAP1 || ARCH_OMAP2)
  394. help
  395. Say Y here if you want to use the OMAP keypad.
  396. To compile this driver as a module, choose M here: the
  397. module will be called omap-keypad.
  398. config KEYBOARD_OMAP4
  399. tristate "TI OMAP4 keypad support"
  400. depends on ARCH_OMAP4
  401. help
  402. Say Y here if you want to use the OMAP4 keypad.
  403. To compile this driver as a module, choose M here: the
  404. module will be called omap4-keypad.
  405. config KEYBOARD_SPEAR
  406. tristate "ST SPEAR keyboard support"
  407. depends on PLAT_SPEAR
  408. help
  409. Say Y here if you want to use the SPEAR keyboard.
  410. To compile this driver as a module, choose M here: the
  411. module will be called spear-keboard.
  412. config KEYBOARD_TC3589X
  413. tristate "TC3589X Keypad support"
  414. depends on MFD_TC3589X
  415. help
  416. Say Y here if you want to use the keypad controller on
  417. TC35892/3 I/O expander.
  418. To compile this driver as a module, choose M here: the
  419. module will be called tc3589x-keypad.
  420. config KEYBOARD_TNETV107X
  421. tristate "TI TNETV107X keypad support"
  422. depends on ARCH_DAVINCI_TNETV107X
  423. help
  424. Say Y here if you want to use the TNETV107X keypad.
  425. To compile this driver as a module, choose M here: the
  426. module will be called tnetv107x-keypad.
  427. config KEYBOARD_TWL4030
  428. tristate "TI TWL4030/TWL5030/TPS659x0 keypad support"
  429. depends on TWL4030_CORE
  430. help
  431. Say Y here if your board use the keypad controller on
  432. TWL4030 family chips. It's safe to say enable this
  433. even on boards that don't use the keypad controller.
  434. To compile this driver as a module, choose M here: the
  435. module will be called twl4030_keypad.
  436. config KEYBOARD_XTKBD
  437. tristate "XT keyboard"
  438. select SERIO
  439. help
  440. Say Y here if you want to use the old IBM PC/XT keyboard (or
  441. compatible) on your system. This is only possible with a
  442. parallel port keyboard adapter, you cannot connect it to the
  443. keyboard port on a PC that runs Linux.
  444. To compile this driver as a module, choose M here: the
  445. module will be called xtkbd.
  446. config KEYBOARD_W90P910
  447. tristate "W90P910 Matrix Keypad support"
  448. depends on ARCH_W90X900
  449. help
  450. Say Y here to enable the matrix keypad on evaluation board
  451. based on W90P910.
  452. To compile this driver as a module, choose M here: the
  453. module will be called w90p910_keypad.
  454. endif