xref: /linux/drivers/input/keyboard/Kconfig (revision 39325b59d88b42ba2ccf2e62c234059e9941a47c)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Input core configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvaldsmenuconfig INPUT_KEYBOARD
56a108a14SDavid Rientjes	bool "Keyboards" if EXPERT || !X86
61da177e4SLinus Torvalds	default y
71da177e4SLinus Torvalds	help
81da177e4SLinus Torvalds	  Say Y here, and a list of supported keyboards will be displayed.
91da177e4SLinus Torvalds	  This option doesn't affect the kernel.
101da177e4SLinus Torvalds
111da177e4SLinus Torvalds	  If unsure, say Y.
121da177e4SLinus Torvalds
131da177e4SLinus Torvaldsif INPUT_KEYBOARD
141da177e4SLinus Torvalds
15fba65fe0SMichael Hennerichconfig KEYBOARD_ADP5520
16fba65fe0SMichael Hennerich	tristate "Keypad Support for ADP5520 PMIC"
17fba65fe0SMichael Hennerich	depends on PMIC_ADP5520
18fba65fe0SMichael Hennerich	help
19fba65fe0SMichael Hennerich	  This option enables support for the keypad scan matrix
20fba65fe0SMichael Hennerich	  on Analog Devices ADP5520 PMICs.
21fba65fe0SMichael Hennerich
22fba65fe0SMichael Hennerich	  To compile this driver as a module, choose M here: the module will
23fba65fe0SMichael Hennerich	  be called adp5520-keys.
24fba65fe0SMichael Hennerich
2588751dd6SMichael Hennerichconfig KEYBOARD_ADP5588
265a9003dbSMichael Hennerich	tristate "ADP5588/87 I2C QWERTY Keypad and IO Expander"
2788751dd6SMichael Hennerich	depends on I2C
2888751dd6SMichael Hennerich	help
295a9003dbSMichael Hennerich	  Say Y here if you want to use a ADP5588/87 attached to your
3088751dd6SMichael Hennerich	  system I2C bus.
3188751dd6SMichael Hennerich
3288751dd6SMichael Hennerich	  To compile this driver as a module, choose M here: the
3388751dd6SMichael Hennerich	  module will be called adp5588-keys.
3488751dd6SMichael Hennerich
359d2e1736SMichael Hennerichconfig KEYBOARD_ADP5589
369d2e1736SMichael Hennerich	tristate "ADP5589 I2C QWERTY Keypad and IO Expander"
379d2e1736SMichael Hennerich	depends on I2C
389d2e1736SMichael Hennerich	help
399d2e1736SMichael Hennerich	  Say Y here if you want to use a ADP5589 attached to your
409d2e1736SMichael Hennerich	  system I2C bus.
419d2e1736SMichael Hennerich
429d2e1736SMichael Hennerich	  To compile this driver as a module, choose M here: the
439d2e1736SMichael Hennerich	  module will be called adp5589-keys.
449d2e1736SMichael Hennerich
45cb589529SDmitry Torokhovconfig KEYBOARD_AMIGA
46cb589529SDmitry Torokhov	tristate "Amiga keyboard"
47cb589529SDmitry Torokhov	depends on AMIGA
48cb589529SDmitry Torokhov	help
49cb589529SDmitry Torokhov	  Say Y here if you are running Linux on any AMIGA and have a keyboard
50cb589529SDmitry Torokhov	  attached.
51cb589529SDmitry Torokhov
52cb589529SDmitry Torokhov	  To compile this driver as a module, choose M here: the
53cb589529SDmitry Torokhov	  module will be called amikbd.
54cb589529SDmitry Torokhov
55cb589529SDmitry Torokhovconfig ATARI_KBD_CORE
56cb589529SDmitry Torokhov	bool
57cb589529SDmitry Torokhov
58cb589529SDmitry Torokhovconfig KEYBOARD_ATARI
59cb589529SDmitry Torokhov	tristate "Atari keyboard"
60cb589529SDmitry Torokhov	depends on ATARI
61cb589529SDmitry Torokhov	select ATARI_KBD_CORE
62cb589529SDmitry Torokhov	help
63cb589529SDmitry Torokhov	  Say Y here if you are running Linux on any Atari and have a keyboard
64cb589529SDmitry Torokhov	  attached.
65cb589529SDmitry Torokhov
66cb589529SDmitry Torokhov	  To compile this driver as a module, choose M here: the
67cb589529SDmitry Torokhov	  module will be called atakbd.
68cb589529SDmitry Torokhov
691da177e4SLinus Torvaldsconfig KEYBOARD_ATKBD
706a108a14SDavid Rientjes	tristate "AT keyboard" if EXPERT || !X86
711da177e4SLinus Torvalds	default y
721da177e4SLinus Torvalds	select SERIO
731da177e4SLinus Torvalds	select SERIO_LIBPS2
7444631ac6SFeng Tang	select SERIO_I8042 if X86
751da177e4SLinus Torvalds	select SERIO_GSCPS2 if GSC
761da177e4SLinus Torvalds	help
771da177e4SLinus Torvalds	  Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
781da177e4SLinus Torvalds	  you'll need this, unless you have a different type keyboard (USB, ADB
791da177e4SLinus Torvalds	  or other). This also works for AT and PS/2 keyboards connected over a
801da177e4SLinus Torvalds	  PS/2 to serial converter.
811da177e4SLinus Torvalds
821da177e4SLinus Torvalds	  If unsure, say Y.
831da177e4SLinus Torvalds
841da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
851da177e4SLinus Torvalds	  module will be called atkbd.
861da177e4SLinus Torvalds
871da177e4SLinus Torvaldsconfig KEYBOARD_ATKBD_HP_KEYCODES
881da177e4SLinus Torvalds	bool "Use HP keyboard scancodes"
891da177e4SLinus Torvalds	depends on PARISC && KEYBOARD_ATKBD
901da177e4SLinus Torvalds	default y
911da177e4SLinus Torvalds	help
921da177e4SLinus Torvalds	  Say Y here if you have a PA-RISC machine and want to use an AT or
931da177e4SLinus Torvalds	  PS/2 keyboard, and your keyboard uses keycodes that are specific to
941da177e4SLinus Torvalds	  PA-RISC keyboards.
951da177e4SLinus Torvalds
961da177e4SLinus Torvalds	  Say N if you use a standard keyboard.
971da177e4SLinus Torvalds
981da177e4SLinus Torvaldsconfig KEYBOARD_ATKBD_RDI_KEYCODES
991da177e4SLinus Torvalds	bool "Use PrecisionBook keyboard scancodes"
1001da177e4SLinus Torvalds	depends on KEYBOARD_ATKBD_HP_KEYCODES
1011da177e4SLinus Torvalds	default n
1021da177e4SLinus Torvalds	help
1031da177e4SLinus Torvalds	  If you have an RDI PrecisionBook, say Y here if you want to use its
1041da177e4SLinus Torvalds	  built-in keyboard (as opposed to an external keyboard).
1051da177e4SLinus Torvalds
1061da177e4SLinus Torvalds	  The PrecisionBook has five keys that conflict with those used by most
1071da177e4SLinus Torvalds	  AT and PS/2 keyboards. These are as follows:
1081da177e4SLinus Torvalds
1091da177e4SLinus Torvalds	    PrecisionBook    Standard AT or PS/2
1101da177e4SLinus Torvalds
1111da177e4SLinus Torvalds	    F1               F12
1121da177e4SLinus Torvalds	    Left Ctrl        Left Alt
1131da177e4SLinus Torvalds	    Caps Lock        Left Ctrl
1141da177e4SLinus Torvalds	    Right Ctrl       Caps Lock
1151da177e4SLinus Torvalds	    Left             102nd key (the key to the right of Left Shift)
1161da177e4SLinus Torvalds
1171da177e4SLinus Torvalds	  If you say N here, and use the PrecisionBook keyboard, then each key
1181da177e4SLinus Torvalds	  in the left-hand column will be interpreted as the corresponding key
1191da177e4SLinus Torvalds	  in the right-hand column.
1201da177e4SLinus Torvalds
1211da177e4SLinus Torvalds	  If you say Y here, and use an external keyboard, then each key in the
1221da177e4SLinus Torvalds	  right-hand column will be interpreted as the key shown in the
1231da177e4SLinus Torvalds	  left-hand column.
1241da177e4SLinus Torvalds
125bd7e4e85SBo Shenconfig KEYBOARD_QT1070
126bd7e4e85SBo Shen       tristate "Atmel AT42QT1070 Touch Sensor Chip"
127bd7e4e85SBo Shen       depends on I2C
128bd7e4e85SBo Shen       help
129bd7e4e85SBo Shen         Say Y here if you want to use Atmel AT42QT1070 QTouch
130bd7e4e85SBo Shen         Sensor chip as input device.
131bd7e4e85SBo Shen
132bd7e4e85SBo Shen         To compile this driver as a module, choose M here:
133bd7e4e85SBo Shen         the module will be called qt1070
134bd7e4e85SBo Shen
135d90d8d5eSChristoph Fritzconfig KEYBOARD_QT2160
136fde11323SRaphael Derosso Pereira	tristate "Atmel AT42QT2160 Touch Sensor Chip"
137fde11323SRaphael Derosso Pereira	depends on I2C && EXPERIMENTAL
138fde11323SRaphael Derosso Pereira	help
139fde11323SRaphael Derosso Pereira	  If you say yes here you get support for Atmel AT42QT2160 Touch
140fde11323SRaphael Derosso Pereira	  Sensor chip as a keyboard input.
141fde11323SRaphael Derosso Pereira
142fde11323SRaphael Derosso Pereira	  This driver can also be built as a module. If so, the module
143fde11323SRaphael Derosso Pereira	  will be called qt2160.
144fde11323SRaphael Derosso Pereira
145cb589529SDmitry Torokhovconfig KEYBOARD_BFIN
146cb589529SDmitry Torokhov	tristate "Blackfin BF54x keypad support"
147cb589529SDmitry Torokhov	depends on (BF54x && !BF544)
1481da177e4SLinus Torvalds	help
149cb589529SDmitry Torokhov	  Say Y here if you want to use the BF54x keypad.
1501da177e4SLinus Torvalds
1511da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
152cb589529SDmitry Torokhov	  module will be called bf54x-keys.
153cb589529SDmitry Torokhov
1541da177e4SLinus Torvaldsconfig KEYBOARD_LKKBD
1551da177e4SLinus Torvalds	tristate "DECstation/VAXstation LK201/LK401 keyboard"
1561da177e4SLinus Torvalds	select SERIO
1571da177e4SLinus Torvalds	help
1581da177e4SLinus Torvalds	  Say Y here if you want to use a LK201 or LK401 style serial
1591da177e4SLinus Torvalds	  keyboard. This keyboard is also useable on PCs if you attach
1601da177e4SLinus Torvalds	  it with the inputattach program. The connector pinout is
1611da177e4SLinus Torvalds	  described within lkkbd.c.
1621da177e4SLinus Torvalds
1631da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1641da177e4SLinus Torvalds	  module will be called lkkbd.
1651da177e4SLinus Torvalds
166cb589529SDmitry Torokhovconfig KEYBOARD_EP93XX
167cb589529SDmitry Torokhov	tristate "EP93xx Matrix Keypad support"
168cb589529SDmitry Torokhov	depends on ARCH_EP93XX
1691da177e4SLinus Torvalds	help
170cb589529SDmitry Torokhov	  Say Y here to enable the matrix keypad on the Cirrus EP93XX.
1711da177e4SLinus Torvalds
1721da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
173cb589529SDmitry Torokhov	  module will be called ep93xx_keypad.
1741da177e4SLinus Torvalds
175cb589529SDmitry Torokhovconfig KEYBOARD_GPIO
176cb589529SDmitry Torokhov	tristate "GPIO Buttons"
177cb589529SDmitry Torokhov	depends on GENERIC_GPIO
1781da177e4SLinus Torvalds	help
179cb589529SDmitry Torokhov	  This driver implements support for buttons connected
180cb589529SDmitry Torokhov	  to GPIO pins of various CPUs (and some other chips).
181cb589529SDmitry Torokhov
182cb589529SDmitry Torokhov	  Say Y here if your device has buttons connected
183cb589529SDmitry Torokhov	  directly to such GPIO pins.  Your board-specific
184cb589529SDmitry Torokhov	  setup logic must also provide a platform device,
185cb589529SDmitry Torokhov	  with configuration data saying which GPIOs are used.
1861da177e4SLinus Torvalds
1871da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
188bab7614dSEric Miao	  module will be called gpio_keys.
189bab7614dSEric Miao
1900e7d0c86SGabor Juhosconfig KEYBOARD_GPIO_POLLED
1910e7d0c86SGabor Juhos	tristate "Polled GPIO buttons"
1920e7d0c86SGabor Juhos	depends on GENERIC_GPIO
1930e7d0c86SGabor Juhos	select INPUT_POLLDEV
1940e7d0c86SGabor Juhos	help
1950e7d0c86SGabor Juhos	  This driver implements support for buttons connected
1960e7d0c86SGabor Juhos	  to GPIO pins that are not capable of generating interrupts.
1970e7d0c86SGabor Juhos
1980e7d0c86SGabor Juhos	  Say Y here if your device has buttons connected
1990e7d0c86SGabor Juhos	  directly to such GPIO pins.  Your board-specific
2000e7d0c86SGabor Juhos	  setup logic must also provide a platform device,
2010e7d0c86SGabor Juhos	  with configuration data saying which GPIOs are used.
2020e7d0c86SGabor Juhos
2030e7d0c86SGabor Juhos	  To compile this driver as a module, choose M here: the
2040e7d0c86SGabor Juhos	  module will be called gpio_keys_polled.
2050e7d0c86SGabor Juhos
20630ba3eadSSriramakrishnan Govindarajanconfig KEYBOARD_TCA6416
207b8a3d6bcSTony SIM	tristate "TCA6416/TCA6408A Keypad Support"
20830ba3eadSSriramakrishnan Govindarajan	depends on I2C
20930ba3eadSSriramakrishnan Govindarajan	help
21030ba3eadSSriramakrishnan Govindarajan	  This driver implements basic keypad functionality
211b8a3d6bcSTony SIM	  for keys connected through TCA6416/TCA6408A IO expanders.
21230ba3eadSSriramakrishnan Govindarajan
21330ba3eadSSriramakrishnan Govindarajan	  Say Y here if your device has keys connected to
214b8a3d6bcSTony SIM	  TCA6416/TCA6408A IO expander. Your board-specific setup logic
21530ba3eadSSriramakrishnan Govindarajan	  must also provide pin-mask details(of which TCA6416 pins
21630ba3eadSSriramakrishnan Govindarajan	  are used for keypad).
21730ba3eadSSriramakrishnan Govindarajan
218b8a3d6bcSTony SIM	  If enabled the entire TCA6416 device will be managed through
21930ba3eadSSriramakrishnan Govindarajan	  this driver.
22030ba3eadSSriramakrishnan Govindarajan
221b8a3d6bcSTony SIM	  To compile this driver as a module, choose M here: the
222b8a3d6bcSTony SIM	  module will be called tca6416_keypad.
22330ba3eadSSriramakrishnan Govindarajan
224bab7614dSEric Miaoconfig KEYBOARD_MATRIX
225bab7614dSEric Miao	tristate "GPIO driven matrix keypad support"
226bab7614dSEric Miao	depends on GENERIC_GPIO
227bab7614dSEric Miao	help
228bab7614dSEric Miao	  Enable support for GPIO driven matrix keypad.
229bab7614dSEric Miao
230bab7614dSEric Miao	  To compile this driver as a module, choose M here: the
231bab7614dSEric Miao	  module will be called matrix_keypad.
232c04cb856SMichael Schmitz
2331da177e4SLinus Torvaldsconfig KEYBOARD_HIL_OLD
2341da177e4SLinus Torvalds	tristate "HP HIL keyboard support (simple driver)"
235da96d0b5SGeert Uytterhoeven	depends on GSC || HP300
2361da177e4SLinus Torvalds	default y
2371da177e4SLinus Torvalds	help
2381da177e4SLinus Torvalds	  The "Human Interface Loop" is a older, 8-channel USB-like
2391da177e4SLinus Torvalds	  controller used in several Hewlett Packard models. This driver
2401da177e4SLinus Torvalds	  was adapted from the one written for m68k/hp300, and implements
2411da177e4SLinus Torvalds	  support for a keyboard attached to the HIL port, but not for
2421da177e4SLinus Torvalds	  any other types of HIL input devices like mice or tablets.
2431da177e4SLinus Torvalds	  However, it has been thoroughly tested and is stable.
2441da177e4SLinus Torvalds
2451da177e4SLinus Torvalds	  If you want full HIL support including support for multiple
24609509603SMatt LaPlante	  keyboards, mice, and tablets, you have to enable the
2471da177e4SLinus Torvalds	  "HP System Device Controller i8042 Support" in the input/serio
2481da177e4SLinus Torvalds	  submenu.
2491da177e4SLinus Torvalds
2501da177e4SLinus Torvaldsconfig KEYBOARD_HIL
251fa71c605SDmitry Torokhov	tristate "HP HIL keyboard/pointer support"
252da96d0b5SGeert Uytterhoeven	depends on GSC || HP300
2531da177e4SLinus Torvalds	default y
2541da177e4SLinus Torvalds	select HP_SDC
2551da177e4SLinus Torvalds	select HIL_MLC
2561da177e4SLinus Torvalds	select SERIO
2571da177e4SLinus Torvalds	help
2581da177e4SLinus Torvalds	  The "Human Interface Loop" is a older, 8-channel USB-like
2591da177e4SLinus Torvalds	  controller used in several Hewlett Packard models.
260fa71c605SDmitry Torokhov	  This driver implements support for HIL-keyboards and pointing
261fa71c605SDmitry Torokhov	  devices (mice, tablets, touchscreens) attached
2621da177e4SLinus Torvalds	  to your machine, so normally you should say Y here.
2631da177e4SLinus Torvalds
2642aa2cb9eSKristoffer Ericsonconfig KEYBOARD_HP6XX
2654ff891ebSKristoffer Ericson	tristate "HP Jornada 6xx keyboard"
2662aa2cb9eSKristoffer Ericson	depends on SH_HP6XX
2672aa2cb9eSKristoffer Ericson	select INPUT_POLLDEV
2682aa2cb9eSKristoffer Ericson	help
2694ff891ebSKristoffer Ericson	  Say Y here if you have a HP Jornada 620/660/680/690 and want to
2704ff891ebSKristoffer Ericson	  support the built-in keyboard.
2712aa2cb9eSKristoffer Ericson
2722aa2cb9eSKristoffer Ericson	  To compile this driver as a module, choose M here: the
2732aa2cb9eSKristoffer Ericson	  module will be called jornada680_kbd.
2742aa2cb9eSKristoffer Ericson
275b0a4e1aaSKristoffer Ericsonconfig KEYBOARD_HP7XX
2764ff891ebSKristoffer Ericson	tristate "HP Jornada 7xx keyboard"
277b0a4e1aaSKristoffer Ericson	depends on SA1100_JORNADA720_SSP && SA1100_SSP
278b0a4e1aaSKristoffer Ericson	help
2794ff891ebSKristoffer Ericson	  Say Y here if you have a HP Jornada 710/720/728 and want to
2804ff891ebSKristoffer Ericson	  support the built-in keyboard.
281b0a4e1aaSKristoffer Ericson
282b0a4e1aaSKristoffer Ericson	  To compile this driver as a module, choose M here: the
283b0a4e1aaSKristoffer Ericson	  module will be called jornada720_kbd.
284b0a4e1aaSKristoffer Ericson
285a48b2d4aSFelipe Balbiconfig KEYBOARD_LM8323
286a48b2d4aSFelipe Balbi	tristate "LM8323 keypad chip"
287a48b2d4aSFelipe Balbi	depends on I2C
288a48b2d4aSFelipe Balbi	depends on LEDS_CLASS
289a48b2d4aSFelipe Balbi	help
290a48b2d4aSFelipe Balbi	  If you say yes here you get support for the National Semiconductor
291a48b2d4aSFelipe Balbi	  LM8323 keypad controller.
292a48b2d4aSFelipe Balbi
293a48b2d4aSFelipe Balbi	  To compile this driver as a module, choose M here: the
294a48b2d4aSFelipe Balbi	  module will be called lm8323.
295a48b2d4aSFelipe Balbi
296cb589529SDmitry Torokhovconfig KEYBOARD_LOCOMO
297cb589529SDmitry Torokhov	tristate "LoCoMo Keyboard Support"
298cb589529SDmitry Torokhov	depends on SHARP_LOCOMO
299ad4e09b1SKomal Shah	help
300cb589529SDmitry Torokhov	  Say Y here if you are running Linux on a Sharp Zaurus Collie or Poodle based PDA
301ad4e09b1SKomal Shah
302ad4e09b1SKomal Shah	  To compile this driver as a module, choose M here: the
303cb589529SDmitry Torokhov	  module will be called locomokbd.
304cb589529SDmitry Torokhov
305cb589529SDmitry Torokhovconfig KEYBOARD_MAPLE
306cb589529SDmitry Torokhov	tristate "Maple bus keyboard"
307cb589529SDmitry Torokhov	depends on SH_DREAMCAST && MAPLE
308cb589529SDmitry Torokhov	help
309cb589529SDmitry Torokhov	  Say Y here if you have a Dreamcast console running Linux and have
310cb589529SDmitry Torokhov	  a keyboard attached to its Maple bus.
311cb589529SDmitry Torokhov
312cb589529SDmitry Torokhov	  To compile this driver as a module, choose M here: the
313cb589529SDmitry Torokhov	  module will be called maple_keyb.
314cb589529SDmitry Torokhov
3150baf81baSKim Kyuwonconfig KEYBOARD_MAX7359
3160baf81baSKim Kyuwon	tristate "Maxim MAX7359 Key Switch Controller"
3170baf81baSKim Kyuwon	depends on I2C
3180baf81baSKim Kyuwon	help
3190baf81baSKim Kyuwon	  If you say yes here you get support for the Maxim MAX7359 Key
3200baf81baSKim Kyuwon	  Switch Controller chip. This providers microprocessors with
3210baf81baSKim Kyuwon	  management of up to 64 key switches
3220baf81baSKim Kyuwon
3230baf81baSKim Kyuwon	  To compile this driver as a module, choose M here: the
3240baf81baSKim Kyuwon	  module will be called max7359_keypad.
3250baf81baSKim Kyuwon
326312e8e8aSJoonyoung Shimconfig KEYBOARD_MCS
327312e8e8aSJoonyoung Shim	tristate "MELFAS MCS Touchkey"
328312e8e8aSJoonyoung Shim	depends on I2C
329312e8e8aSJoonyoung Shim	help
330312e8e8aSJoonyoung Shim	  Say Y here if you have the MELFAS MCS5000/5080 touchkey controller
331312e8e8aSJoonyoung Shim	  chip in your system.
332312e8e8aSJoonyoung Shim
333312e8e8aSJoonyoung Shim	  If unsure, say N.
334312e8e8aSJoonyoung Shim
335312e8e8aSJoonyoung Shim	  To compile this driver as a module, choose M here: the
336312e8e8aSJoonyoung Shim	  module will be called mcs_touchkey.
337312e8e8aSJoonyoung Shim
33836682b81SZhang Jiejingconfig KEYBOARD_MPR121
33936682b81SZhang Jiejing	tristate "Freescale MPR121 Touchkey"
34036682b81SZhang Jiejing	depends on I2C
34136682b81SZhang Jiejing	help
34236682b81SZhang Jiejing	  Say Y here if you have Freescale MPR121 touchkey controller
34336682b81SZhang Jiejing	  chip in your system.
34436682b81SZhang Jiejing
34536682b81SZhang Jiejing	  If unsure, say N.
34636682b81SZhang Jiejing
34736682b81SZhang Jiejing	  To compile this driver as a module, choose M here: the
34836682b81SZhang Jiejing	  module will be called mpr121_touchkey.
34936682b81SZhang Jiejing
35076cdc083SAlberto Panizzoconfig KEYBOARD_IMX
35176cdc083SAlberto Panizzo	tristate "IMX keypad support"
35276cdc083SAlberto Panizzo	depends on ARCH_MXC
35376cdc083SAlberto Panizzo	help
35476cdc083SAlberto Panizzo	  Enable support for IMX keypad port.
35576cdc083SAlberto Panizzo
35676cdc083SAlberto Panizzo	  To compile this driver as a module, choose M here: the
35776cdc083SAlberto Panizzo	  module will be called imx_keypad.
35876cdc083SAlberto Panizzo
359cb589529SDmitry Torokhovconfig KEYBOARD_NEWTON
360cb589529SDmitry Torokhov	tristate "Newton keyboard"
361cb589529SDmitry Torokhov	select SERIO
362cb589529SDmitry Torokhov	help
363cb589529SDmitry Torokhov	  Say Y here if you have a Newton keyboard on a serial port.
364cb589529SDmitry Torokhov
365cb589529SDmitry Torokhov	  To compile this driver as a module, choose M here: the
366cb589529SDmitry Torokhov	  module will be called newtonkbd.
367ad4e09b1SKomal Shah
3681158f0f1SSundar Iyerconfig KEYBOARD_NOMADIK
3691158f0f1SSundar Iyer	tristate "ST-Ericsson Nomadik SKE keyboard"
3701158f0f1SSundar Iyer	depends on PLAT_NOMADIK
3711158f0f1SSundar Iyer	help
3721158f0f1SSundar Iyer	  Say Y here if you want to use a keypad provided on the SKE controller
3731158f0f1SSundar Iyer	  used on the Ux500 and Nomadik platforms
3741158f0f1SSundar Iyer
3751158f0f1SSundar Iyer	  To compile this driver as a module, choose M here: the
3761158f0f1SSundar Iyer	  module will be called nmk-ske-keypad.
3771158f0f1SSundar Iyer
37811f5b30dSRakesh Iyerconfig KEYBOARD_TEGRA
37911f5b30dSRakesh Iyer	tristate "NVIDIA Tegra internal matrix keyboard controller support"
38011f5b30dSRakesh Iyer	depends on ARCH_TEGRA
38111f5b30dSRakesh Iyer	help
38211f5b30dSRakesh Iyer	  Say Y here if you want to use a matrix keyboard connected directly
38311f5b30dSRakesh Iyer	  to the internal keyboard controller on Tegra SoCs.
38411f5b30dSRakesh Iyer
38511f5b30dSRakesh Iyer	  To compile this driver as a module, choose M here: the
38611f5b30dSRakesh Iyer	  module will be called tegra-kbc.
38711f5b30dSRakesh Iyer
388422b552dSJavier Herreroconfig KEYBOARD_OPENCORES
389422b552dSJavier Herrero	tristate "OpenCores Keyboard Controller"
390422b552dSJavier Herrero	help
391422b552dSJavier Herrero	  Say Y here if you want to use the OpenCores Keyboard Controller
392422b552dSJavier Herrero	  http://www.opencores.org/project,keyboardcontroller
393422b552dSJavier Herrero
394422b552dSJavier Herrero	  To compile this driver as a module, choose M here; the
395422b552dSJavier Herrero	  module will be called opencores-kbd.
396422b552dSJavier Herrero
3975a90e5bcSRodolfo Giometticonfig KEYBOARD_PXA27x
398e0f2677fSEric Miao	tristate "PXA27x/PXA3xx keypad support"
3996d109465SMark F. Brown	depends on PXA27x || PXA3xx || ARCH_MMP
4005a90e5bcSRodolfo Giometti	help
401bab7614dSEric Miao	  Enable support for PXA27x/PXA3xx keypad controller.
4025a90e5bcSRodolfo Giometti
4035a90e5bcSRodolfo Giometti	  To compile this driver as a module, choose M here: the
4040e5f11aaSEric Miao	  module will be called pxa27x_keypad.
4055a90e5bcSRodolfo Giometti
406e0ee6298SYong Yaoconfig KEYBOARD_PXA930_ROTARY
407e0ee6298SYong Yao	tristate "PXA930/PXA935 Enhanced Rotary Controller Support"
408e0ee6298SYong Yao	depends on CPU_PXA930 || CPU_PXA935
409e0ee6298SYong Yao	help
410e0ee6298SYong Yao	  Enable support for PXA930/PXA935 Enhanced Rotary Controller.
411e0ee6298SYong Yao
412e0ee6298SYong Yao	  To compile this driver as a module, choose M here: the
413e0ee6298SYong Yao	  module will be called pxa930_rotary.
414e0ee6298SYong Yao
415*39325b59STrilok Soniconfig KEYBOARD_PMIC8XXX
416*39325b59STrilok Soni	tristate "Qualcomm PMIC8XXX keypad support"
417*39325b59STrilok Soni	depends on MFD_PM8XXX
418*39325b59STrilok Soni	help
419*39325b59STrilok Soni	  Say Y here if you want to enable the driver for the PMIC8XXX
420*39325b59STrilok Soni	  keypad provided as a reference design from Qualcomm. This is intended
421*39325b59STrilok Soni	  to support upto 18x8 matrix based keypad design.
422*39325b59STrilok Soni
423*39325b59STrilok Soni	  To compile this driver as a module, choose M here: the module will
424*39325b59STrilok Soni	  be called pmic8xxx-keypad.
425*39325b59STrilok Soni
4260fffed27SJoonyoung Shimconfig KEYBOARD_SAMSUNG
4270fffed27SJoonyoung Shim	tristate "Samsung keypad support"
4280fffed27SJoonyoung Shim	depends on SAMSUNG_DEV_KEYPAD
4290fffed27SJoonyoung Shim	help
4300fffed27SJoonyoung Shim	  Say Y here if you want to use the Samsung keypad.
4310fffed27SJoonyoung Shim
4320fffed27SJoonyoung Shim	  To compile this driver as a module, choose M here: the
4330fffed27SJoonyoung Shim	  module will be called samsung-keypad.
4340fffed27SJoonyoung Shim
435cb589529SDmitry Torokhovconfig KEYBOARD_STOWAWAY
436cb589529SDmitry Torokhov	tristate "Stowaway keyboard"
437cb589529SDmitry Torokhov	select SERIO
43878a56aabSPhil Blundell	help
439cb589529SDmitry Torokhov	  Say Y here if you have a Stowaway keyboard on a serial port.
440cb589529SDmitry Torokhov	  Stowaway compatible keyboards like Dicota Input-PDA keyboard
441cb589529SDmitry Torokhov	  are also supported by this driver.
44278a56aabSPhil Blundell
44378a56aabSPhil Blundell	  To compile this driver as a module, choose M here: the
444cb589529SDmitry Torokhov	  module will be called stowaway.
445f9705fcbSNicolas Bellido
446cb589529SDmitry Torokhovconfig KEYBOARD_SUNKBD
447cb589529SDmitry Torokhov	tristate "Sun Type 4 and Type 5 keyboard"
448cb589529SDmitry Torokhov	select SERIO
449b11d2127SAdrian McMenamin	help
450cb589529SDmitry Torokhov	  Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
451cb589529SDmitry Torokhov	  connected either to the Sun keyboard connector or to an serial
452cb589529SDmitry Torokhov	  (RS-232) port via a simple adapter.
453b11d2127SAdrian McMenamin
454b11d2127SAdrian McMenamin	  To compile this driver as a module, choose M here: the
455cb589529SDmitry Torokhov	  module will be called sunkbd.
4568f740ef3SMichael Hennerich
457795e6bf3SMagnus Dammconfig KEYBOARD_SH_KEYSC
458795e6bf3SMagnus Damm	tristate "SuperH KEYSC keypad support"
4594e45ad5eSMagnus Damm	depends on SUPERH || ARCH_SHMOBILE
460795e6bf3SMagnus Damm	help
461795e6bf3SMagnus Damm	  Say Y here if you want to use a keypad attached to the KEYSC block
462795e6bf3SMagnus Damm	  on SuperH processors such as sh7722 and sh7343.
463795e6bf3SMagnus Damm
464795e6bf3SMagnus Damm	  To compile this driver as a module, choose M here: the
465795e6bf3SMagnus Damm	  module will be called sh_keysc.
466a48b2d4aSFelipe Balbi
46776f10845SRabin Vincentconfig KEYBOARD_STMPE
46876f10845SRabin Vincent	tristate "STMPE keypad support"
46976f10845SRabin Vincent	depends on MFD_STMPE
47076f10845SRabin Vincent	help
47176f10845SRabin Vincent	  Say Y here if you want to use the keypad controller on STMPE I/O
47276f10845SRabin Vincent	  expanders.
47376f10845SRabin Vincent
47476f10845SRabin Vincent	  To compile this driver as a module, choose M here: the module will be
47576f10845SRabin Vincent	  called stmpe-keypad.
47676f10845SRabin Vincent
477bc09dcadSMiguel Aguilarconfig KEYBOARD_DAVINCI
478bc09dcadSMiguel Aguilar	tristate "TI DaVinci Key Scan"
479bc09dcadSMiguel Aguilar	depends on ARCH_DAVINCI_DM365
480bc09dcadSMiguel Aguilar	help
481bc09dcadSMiguel Aguilar	  Say Y to enable keypad module support for the TI DaVinci
482bc09dcadSMiguel Aguilar	  platforms (DM365).
483bc09dcadSMiguel Aguilar
484bc09dcadSMiguel Aguilar	  To compile this driver as a module, choose M here: the
485bc09dcadSMiguel Aguilar	  module will be called davinci_keyscan.
486bc09dcadSMiguel Aguilar
487cb589529SDmitry Torokhovconfig KEYBOARD_OMAP
488cb589529SDmitry Torokhov	tristate "TI OMAP keypad support"
489cb589529SDmitry Torokhov	depends on (ARCH_OMAP1 || ARCH_OMAP2)
490e06003afSH Hartley Sweeten	help
491cb589529SDmitry Torokhov	  Say Y here if you want to use the OMAP keypad.
492e06003afSH Hartley Sweeten
493e06003afSH Hartley Sweeten	  To compile this driver as a module, choose M here: the
494cb589529SDmitry Torokhov	  module will be called omap-keypad.
495cb589529SDmitry Torokhov
496a17f7955SAbraham Arceconfig KEYBOARD_OMAP4
497a17f7955SAbraham Arce	tristate "TI OMAP4 keypad support"
498a17f7955SAbraham Arce	depends on ARCH_OMAP4
499a17f7955SAbraham Arce	help
500a17f7955SAbraham Arce	  Say Y here if you want to use the OMAP4 keypad.
501a17f7955SAbraham Arce
502a17f7955SAbraham Arce	  To compile this driver as a module, choose M here: the
503a17f7955SAbraham Arce	  module will be called omap4-keypad.
504a17f7955SAbraham Arce
505bc95df78SRajeev Kumarconfig KEYBOARD_SPEAR
506bc95df78SRajeev Kumar	tristate "ST SPEAR keyboard support"
507bc95df78SRajeev Kumar	depends on PLAT_SPEAR
508bc95df78SRajeev Kumar	help
509bc95df78SRajeev Kumar	  Say Y here if you want to use the SPEAR keyboard.
510bc95df78SRajeev Kumar
511bc95df78SRajeev Kumar	  To compile this driver as a module, choose M here: the
512bc95df78SRajeev Kumar	  module will be called spear-keboard.
513bc95df78SRajeev Kumar
51409c730a4SSundar Iyerconfig KEYBOARD_TC3589X
51509c730a4SSundar Iyer	tristate "TC3589X Keypad support"
51609c730a4SSundar Iyer	depends on MFD_TC3589X
51709c730a4SSundar Iyer	help
51809c730a4SSundar Iyer	  Say Y here if you want to use the keypad controller on
51909c730a4SSundar Iyer	  TC35892/3 I/O expander.
52009c730a4SSundar Iyer
52109c730a4SSundar Iyer	  To compile this driver as a module, choose M here: the
52209c730a4SSundar Iyer	  module will be called tc3589x-keypad.
52309c730a4SSundar Iyer
52470614084SCyril Chemparathyconfig KEYBOARD_TNETV107X
52570614084SCyril Chemparathy	tristate "TI TNETV107X keypad support"
52670614084SCyril Chemparathy	depends on ARCH_DAVINCI_TNETV107X
52770614084SCyril Chemparathy	help
52870614084SCyril Chemparathy	  Say Y here if you want to use the TNETV107X keypad.
52970614084SCyril Chemparathy
53070614084SCyril Chemparathy	  To compile this driver as a module, choose M here: the
53170614084SCyril Chemparathy	  module will be called tnetv107x-keypad.
53270614084SCyril Chemparathy
5339d834068SDavid Brownellconfig KEYBOARD_TWL4030
5349d834068SDavid Brownell	tristate "TI TWL4030/TWL5030/TPS659x0 keypad support"
5359d834068SDavid Brownell	depends on TWL4030_CORE
5369d834068SDavid Brownell	help
5379d834068SDavid Brownell	  Say Y here if your board use the keypad controller on
5389d834068SDavid Brownell	  TWL4030 family chips.  It's safe to say enable this
5399d834068SDavid Brownell	  even on boards that don't use the keypad controller.
5409d834068SDavid Brownell
5419d834068SDavid Brownell	  To compile this driver as a module, choose M here: the
5429d834068SDavid Brownell	  module will be called twl4030_keypad.
5439d834068SDavid Brownell
544cb589529SDmitry Torokhovconfig KEYBOARD_XTKBD
545cb589529SDmitry Torokhov	tristate "XT keyboard"
546cb589529SDmitry Torokhov	select SERIO
547cb589529SDmitry Torokhov	help
548cb589529SDmitry Torokhov	  Say Y here if you want to use the old IBM PC/XT keyboard (or
549cb589529SDmitry Torokhov	  compatible) on your system. This is only possible with a
550cb589529SDmitry Torokhov	  parallel port keyboard adapter, you cannot connect it to the
551cb589529SDmitry Torokhov	  keyboard port on a PC that runs Linux.
552cb589529SDmitry Torokhov
553cb589529SDmitry Torokhov	  To compile this driver as a module, choose M here: the
554cb589529SDmitry Torokhov	  module will be called xtkbd.
555e06003afSH Hartley Sweeten
5564a15235eSWan ZongShunconfig KEYBOARD_W90P910
5574a15235eSWan ZongShun	tristate "W90P910 Matrix Keypad support"
5584a15235eSWan ZongShun	depends on ARCH_W90X900
5594a15235eSWan ZongShun	help
5604a15235eSWan ZongShun	  Say Y here to enable the matrix keypad on evaluation board
5614a15235eSWan ZongShun	  based on W90P910.
5624a15235eSWan ZongShun
5634a15235eSWan ZongShun	  To compile this driver as a module, choose M here: the
5644a15235eSWan ZongShun	  module will be called w90p910_keypad.
5654a15235eSWan ZongShun
5661da177e4SLinus Torvaldsendif
567