hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/input/serio/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Input core configuration
34 #
....@@ -164,6 +165,16 @@
164165 To compile this driver as a module, choose M here: the
165166 module will be called maceps2.
166167
168
+config SERIO_SGI_IOC3
169
+ tristate "SGI IOC3 PS/2 controller"
170
+ depends on SGI_MFD_IOC3
171
+ help
172
+ Say Y here if you have an SGI Onyx2, SGI Octane or IOC3 PCI card
173
+ and you want to attach and use a keyboard, mouse, or both.
174
+
175
+ To compile this driver as a module, choose M here: the
176
+ module will be called ioc3kbd.
177
+
167178 config SERIO_LIBPS2
168179 tristate "PS/2 driver library"
169180 depends on SERIO_I8042 || SERIO_I8042=n
....@@ -212,7 +223,7 @@
212223 tristate "Amstrad Delta (E3) mailboard support"
213224 depends on MACH_AMS_DELTA
214225 default y
215
- ---help---
226
+ help
216227 Say Y here if you have an E3 and want to use its mailboard,
217228 or any standard AT keyboard connected to the mailboard port.
218229
....@@ -254,7 +265,7 @@
254265
255266 config SERIO_OLPC_APSP
256267 tristate "OLPC AP-SP input support"
257
- depends on OLPC || COMPILE_TEST
268
+ depends on ARCH_MMP || COMPILE_TEST
258269 help
259270 Say Y here if you want support for the keyboard and touchpad included
260271 in the OLPC XO-1.75 and XO-4 laptops.