diff options
author | Daniel Hellstrom <daniel@gaisler.com> | 2013-02-26 01:51:37 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-03-12 11:50:06 -0400 |
commit | b4a034dab147776eab8eb8b2997ea16ef0e32c17 (patch) | |
tree | 388c852578f521d2695c30a4a2d2d46e897d972d /drivers/input/serio/Kconfig | |
parent | bfc29e95950345dca0d64a79da46f6b8592c0b1e (diff) |
Input: add support for GRLIB APBPS2 PS/2 Keyboard/Mouse
APBPS2 is a PS/2 core part of GRLIB found in SPARC32/LEON
products.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r-- | drivers/input/serio/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index 560c243bfcaf..dbb170916dd1 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig | |||
@@ -244,4 +244,14 @@ config SERIO_ARC_PS2 | |||
244 | To compile this driver as a module, choose M here; the module | 244 | To compile this driver as a module, choose M here; the module |
245 | will be called arc_ps2. | 245 | will be called arc_ps2. |
246 | 246 | ||
247 | config SERIO_APBPS2 | ||
248 | tristate "GRLIB APBPS2 PS/2 keyboard/mouse controller" | ||
249 | depends on OF | ||
250 | help | ||
251 | Say Y here if you want support for GRLIB APBPS2 peripherals used | ||
252 | to connect to PS/2 keyboard and/or mouse. | ||
253 | |||
254 | To compile this driver as a module, choose M here: the module will | ||
255 | be called apbps2. | ||
256 | |||
247 | endif | 257 | endif |