Commit 1370e005 authored by Tony Lindgren's avatar Tony Lindgren

Sync with mainline: drivers/input/keyboard

KEYBOARD_OMAP is now in mainline kernel.
parent f6a1a3e5
...@@ -121,6 +121,17 @@ config KEYBOARD_NEWTON ...@@ -121,6 +121,17 @@ config KEYBOARD_NEWTON
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called newtonkbd. module will be called newtonkbd.
config KEYBOARD_STOWAWAY
tristate "Stowaway keyboard"
select SERIO
help
Say Y here if you have a Stowaway keyboard on a serial port.
Stowaway compatible keyboards like Dicota Input-PDA keyboard
are also supported by this driver.
To compile this driver as a module, choose M here: the
module will be called stowaway.
config KEYBOARD_CORGI config KEYBOARD_CORGI
tristate "Corgi keyboard" tristate "Corgi keyboard"
depends on PXA_SHARPSL depends on PXA_SHARPSL
...@@ -155,7 +166,7 @@ config KEYBOARD_AMIGA ...@@ -155,7 +166,7 @@ config KEYBOARD_AMIGA
config KEYBOARD_HIL_OLD config KEYBOARD_HIL_OLD
tristate "HP HIL keyboard support (simple driver)" tristate "HP HIL keyboard support (simple driver)"
depends on GSC depends on GSC || HP300
default y default y
help help
The "Human Interface Loop" is a older, 8-channel USB-like The "Human Interface Loop" is a older, 8-channel USB-like
...@@ -166,13 +177,13 @@ config KEYBOARD_HIL_OLD ...@@ -166,13 +177,13 @@ config KEYBOARD_HIL_OLD
However, it has been thoroughly tested and is stable. However, it has been thoroughly tested and is stable.
If you want full HIL support including support for multiple If you want full HIL support including support for multiple
keyboards, mices and tablets, you have to enable the keyboards, mice, and tablets, you have to enable the
"HP System Device Controller i8042 Support" in the input/serio "HP System Device Controller i8042 Support" in the input/serio
submenu. submenu.
config KEYBOARD_HIL config KEYBOARD_HIL
tristate "HP HIL keyboard support" tristate "HP HIL keyboard support"
depends on GSC depends on GSC || HP300
default y default y
select HP_SDC select HP_SDC
select HIL_MLC select HIL_MLC
...@@ -183,7 +194,6 @@ config KEYBOARD_HIL ...@@ -183,7 +194,6 @@ config KEYBOARD_HIL
This driver implements support for HIL-keyboards attached This driver implements support for HIL-keyboards attached
to your machine, so normally you should say Y here. to your machine, so normally you should say Y here.
config KEYBOARD_OMAP config KEYBOARD_OMAP
tristate "TI OMAP keypad support" tristate "TI OMAP keypad support"
depends on (ARCH_OMAP1 || ARCH_OMAP2) depends on (ARCH_OMAP1 || ARCH_OMAP2)
......
...@@ -11,6 +11,7 @@ obj-$(CONFIG_KEYBOARD_XTKBD) += xtkbd.o ...@@ -11,6 +11,7 @@ obj-$(CONFIG_KEYBOARD_XTKBD) += xtkbd.o
obj-$(CONFIG_KEYBOARD_AMIGA) += amikbd.o obj-$(CONFIG_KEYBOARD_AMIGA) += amikbd.o
obj-$(CONFIG_KEYBOARD_LOCOMO) += locomokbd.o obj-$(CONFIG_KEYBOARD_LOCOMO) += locomokbd.o
obj-$(CONFIG_KEYBOARD_NEWTON) += newtonkbd.o obj-$(CONFIG_KEYBOARD_NEWTON) += newtonkbd.o
obj-$(CONFIG_KEYBOARD_STOWAWAY) += stowaway.o
obj-$(CONFIG_KEYBOARD_CORGI) += corgikbd.o obj-$(CONFIG_KEYBOARD_CORGI) += corgikbd.o
obj-$(CONFIG_KEYBOARD_SPITZ) += spitzkbd.o obj-$(CONFIG_KEYBOARD_SPITZ) += spitzkbd.o
obj-$(CONFIG_KEYBOARD_HIL) += hil_kbd.o obj-$(CONFIG_KEYBOARD_HIL) += hil_kbd.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment