aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/Kconfig
diff options
context:
space:
mode:
authorJohn Linn <john.linn@xilinx.com>2008-07-07 16:17:48 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-07-07 16:19:56 -0400
commit1191828f8e6454ebb51da3e1da21912f1783e469 (patch)
treed76f6f08840dc6616477600ed42858b816b1f00e /drivers/input/serio/Kconfig
parentInput: add driver for Tabletkiosk Sahara TouchIT-213 touchscreen (diff)
downloadlinux-dev-1191828f8e6454ebb51da3e1da21912f1783e469.tar.xz
linux-dev-1191828f8e6454ebb51da3e1da21912f1783e469.zip
Input: add new serio driver for Xilinx XPS PS2 IP
Added a new driver for Xilinx XPS PS2 IP. This driver is a flat driver to better match the Linux driver pattern. Signed-off-by: Sadanand <sadanan@xilinx.com> Signed-off-by: John Linn <john.linn@xilinx.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r--drivers/input/serio/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig
index ec4b6610f730..27d70d326ff3 100644
--- a/drivers/input/serio/Kconfig
+++ b/drivers/input/serio/Kconfig
@@ -190,4 +190,14 @@ config SERIO_RAW
To compile this driver as a module, choose M here: the
module will be called serio_raw.
+config SERIO_XILINX_XPS_PS2
+ tristate "Xilinx XPS PS/2 Controller Support"
+ depends on PPC
+ help
+ This driver supports XPS PS/2 IP from the Xilinx EDK on
+ PowerPC platform.
+
+ To compile this driver as a module, choose M here: the
+ module will be called xilinx_ps2.
+
endif