aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/Kconfig
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2009-10-12 21:35:00 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-10-12 21:43:11 -0700
commitfb5bbee0dd033db7c31fe6cb78d2ce2b6588fd42 (patch)
tree8db3da7b84cd58d652ed516bcccb2bb3b0d937fc /drivers/input/serio/Kconfig
parentLinux 2.6.32-rc4 (diff)
downloadlinux-dev-fb5bbee0dd033db7c31fe6cb78d2ce2b6588fd42.tar.xz
linux-dev-fb5bbee0dd033db7c31fe6cb78d2ce2b6588fd42.zip
Input: add driver for Altera PS/2 controller
This patch adds a new SERIO driver to support the Altera University Program PS/2 controller. [dtor@mail.ru: assorted cleanups] Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r--drivers/input/serio/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig
index aa533ceffe34..7e319d65ec57 100644
--- a/drivers/input/serio/Kconfig
+++ b/drivers/input/serio/Kconfig
@@ -201,4 +201,12 @@ config SERIO_XILINX_XPS_PS2
To compile this driver as a module, choose M here: the
module will be called xilinx_ps2.
+config SERIO_ALTERA_PS2
+ tristate "Altera UP PS/2 controller"
+ help
+ Say Y here if you have Altera University Program PS/2 ports.
+
+ To compile this driver as a module, choose M here: the
+ module will be called altera_ps2.
+
endif