diff options
author | Mischa Jonker <mischa.jonker@synopsys.com> | 2012-10-23 09:48:08 +0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-23 09:48:32 +0400 |
commit | e4b290094603423623d3f268e054f40f3f51afa8 (patch) | |
tree | 807045898ab03b74419f668f4039ac9aadb9b241 /drivers/input/serio/Kconfig | |
parent | f6c0df6acbfc49abe0fe593936f170cc726e21fb (diff) | |
download | linux-e4b290094603423623d3f268e054f40f3f51afa8.tar.xz |
Input: serio - add ARC PS/2 driver
This adds support for the PS/2 block that is used in various ARC FPGA
platforms.
Signed-off-by: Mischa Jonker <mischa.jonker@synopsys.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r-- | drivers/input/serio/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index 55f2c2293ec6..4a4e182c33e7 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig @@ -234,4 +234,13 @@ config SERIO_PS2MULT To compile this driver as a module, choose M here: the module will be called ps2mult. +config SERIO_ARC_PS2 + tristate "ARC PS/2 support" + help + Say Y here if you have an ARC FPGA platform with a PS/2 + controller in it. + + To compile this driver as a module, choose M here; the module + will be called arc_ps2. + endif |