.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Input core configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
164 | 165 | To compile this driver as a module, choose M here: the |
---|
165 | 166 | module will be called maceps2. |
---|
166 | 167 | |
---|
| 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 | + |
---|
167 | 178 | config SERIO_LIBPS2 |
---|
168 | 179 | tristate "PS/2 driver library" |
---|
169 | 180 | depends on SERIO_I8042 || SERIO_I8042=n |
---|
.. | .. |
---|
212 | 223 | tristate "Amstrad Delta (E3) mailboard support" |
---|
213 | 224 | depends on MACH_AMS_DELTA |
---|
214 | 225 | default y |
---|
215 | | - ---help--- |
---|
| 226 | + help |
---|
216 | 227 | Say Y here if you have an E3 and want to use its mailboard, |
---|
217 | 228 | or any standard AT keyboard connected to the mailboard port. |
---|
218 | 229 | |
---|
.. | .. |
---|
254 | 265 | |
---|
255 | 266 | config SERIO_OLPC_APSP |
---|
256 | 267 | tristate "OLPC AP-SP input support" |
---|
257 | | - depends on OLPC || COMPILE_TEST |
---|
| 268 | + depends on ARCH_MMP || COMPILE_TEST |
---|
258 | 269 | help |
---|
259 | 270 | Say Y here if you want support for the keyboard and touchpad included |
---|
260 | 271 | in the OLPC XO-1.75 and XO-4 laptops. |
---|