Kconfig (dc0216445cdc5b937b78a02f1145a2fbcf92e9d6) Kconfig (b56ece9a3ac3c9708b8f1cebf4ba24c258d40e52)
1#
2# Input core configuration
3#
4config SERIO
5 tristate "Serial I/O support" if EXPERT || !X86
6 default y
7 help
8 Say Yes here if you have any input device that uses serial I/O to

--- 191 unchanged lines hidden (view full) ---

200 This driver supports XPS PS/2 IP from the Xilinx EDK on
201 PowerPC platform.
202
203 To compile this driver as a module, choose M here: the
204 module will be called xilinx_ps2.
205
206config SERIO_ALTERA_PS2
207 tristate "Altera UP PS/2 controller"
1#
2# Input core configuration
3#
4config SERIO
5 tristate "Serial I/O support" if EXPERT || !X86
6 default y
7 help
8 Say Yes here if you have any input device that uses serial I/O to

--- 191 unchanged lines hidden (view full) ---

200 This driver supports XPS PS/2 IP from the Xilinx EDK on
201 PowerPC platform.
202
203 To compile this driver as a module, choose M here: the
204 module will be called xilinx_ps2.
205
206config SERIO_ALTERA_PS2
207 tristate "Altera UP PS/2 controller"
208 depends on HAS_IOMEM
209 help
210 Say Y here if you have Altera University Program PS/2 ports.
211
212 To compile this driver as a module, choose M here: the
213 module will be called altera_ps2.
214
215config SERIO_AMS_DELTA
216 tristate "Amstrad Delta (E3) mailboard support"

--- 34 unchanged lines hidden (view full) ---

251 depends on OF
252 help
253 Say Y here if you want support for GRLIB APBPS2 peripherals used
254 to connect to PS/2 keyboard and/or mouse.
255
256 To compile this driver as a module, choose M here: the module will
257 be called apbps2.
258
208 help
209 Say Y here if you have Altera University Program PS/2 ports.
210
211 To compile this driver as a module, choose M here: the
212 module will be called altera_ps2.
213
214config SERIO_AMS_DELTA
215 tristate "Amstrad Delta (E3) mailboard support"

--- 34 unchanged lines hidden (view full) ---

250 depends on OF
251 help
252 Say Y here if you want support for GRLIB APBPS2 peripherals used
253 to connect to PS/2 keyboard and/or mouse.
254
255 To compile this driver as a module, choose M here: the module will
256 be called apbps2.
257
258config SERIO_OLPC_APSP
259 tristate "OLPC AP-SP input support"
260 depends on OF
261 help
262 Say Y here if you want support for the keyboard and touchpad included
263 in the OLPC XO-1.75 and XO-4 laptops.
264
265 To compile this driver as a module, choose M here: the module will
266 be called olpc_apsp.
267
259endif
268endif