Kconfig (92fd4d4d67b945c0766416284d4ab236b31542c4) | Kconfig (9632f9890e76aa7a78f719b0b3b572f65e3e968b) |
---|---|
1# 2# Input core configuration 3# 4config SERIO 5 tristate "Serial I/O support" if EMBEDDED || !X86 6 default y 7 help 8 Say Yes here if you have any input device that uses serial I/O to --- 200 unchanged lines hidden (view full) --- 209 210 To compile this driver as a module, choose M here: the 211 module will be called altera_ps2. 212 213config SERIO_AMS_DELTA 214 tristate "Amstrad Delta (E3) mailboard support" 215 depends on MACH_AMS_DELTA 216 default y | 1# 2# Input core configuration 3# 4config SERIO 5 tristate "Serial I/O support" if EMBEDDED || !X86 6 default y 7 help 8 Say Yes here if you have any input device that uses serial I/O to --- 200 unchanged lines hidden (view full) --- 209 210 To compile this driver as a module, choose M here: the 211 module will be called altera_ps2. 212 213config SERIO_AMS_DELTA 214 tristate "Amstrad Delta (E3) mailboard support" 215 depends on MACH_AMS_DELTA 216 default y |
217 select AMS_DELTA_FIQ | |
218 ---help--- 219 Say Y here if you have an E3 and want to use its mailboard, 220 or any standard AT keyboard connected to the mailboard port. 221 222 When used for the E3 mailboard, a non-standard key table 223 must be loaded from userspace, possibly using udev extras 224 provided keymap helper utility. 225 --- 13 unchanged lines hidden --- | 217 ---help--- 218 Say Y here if you have an E3 and want to use its mailboard, 219 or any standard AT keyboard connected to the mailboard port. 220 221 When used for the E3 mailboard, a non-standard key table 222 must be loaded from userspace, possibly using udev extras 223 provided keymap helper utility. 224 --- 13 unchanged lines hidden --- |