summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/input/serio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/input/serio/Kconfig')
-rw-r--r--kernel/drivers/input/serio/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/kernel/drivers/input/serio/Kconfig b/kernel/drivers/input/serio/Kconfig
index 77833d7a0..c3d05b4d3 100644
--- a/kernel/drivers/input/serio/Kconfig
+++ b/kernel/drivers/input/serio/Kconfig
@@ -244,6 +244,7 @@ config SERIO_PS2MULT
config SERIO_ARC_PS2
tristate "ARC PS/2 support"
+ depends on HAS_IOMEM
help
Say Y here if you have an ARC FPGA platform with a PS/2
controller in it.
@@ -291,4 +292,18 @@ config SERIO_SUN4I_PS2
To compile this driver as a module, choose M here: the
module will be called sun4i-ps2.
+config USERIO
+ tristate "User space serio port driver support"
+ help
+ Say Y here if you want to support user level drivers for serio
+ subsystem accessible under char device 10:240 - /dev/userio. Using
+ this facility userspace programs can implement serio ports that
+ will be used by the standard in-kernel serio consumer drivers,
+ such as psmouse and atkbd.
+
+ To compile this driver as a module, choose M here: the module will be
+ called userio.
+
+ If you are unsure, say N.
+
endif