These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / input / serio / Kconfig
index 77833d7..c3d05b4 100644 (file)
@@ -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