Kconfig (a2262d8a231e92742651859a10c9a4430a5e899a) Kconfig (c9d46f63f8e89fd70f97b83fdc4e5d2e37d92aeb)
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

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

17 module will be called serio.
18
19if SERIO
20
21config SERIO_I8042
22 tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86
23 default y
24 depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \
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

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

17 module will be called serio.
18
19if SERIO
20
21config SERIO_I8042
22 tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86
23 default y
24 depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \
25 (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !X86_MRST
25 (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN
26 help
27 i8042 is the chip over which the standard AT keyboard and PS/2
28 mouse are connected to the computer. If you use these devices,
29 you'll need to say Y here.
30
31 If unsure, say Y.
32
33 To compile this driver as a module, choose M here: the

--- 196 unchanged lines hidden ---
26 help
27 i8042 is the chip over which the standard AT keyboard and PS/2
28 mouse are connected to the computer. If you use these devices,
29 you'll need to say Y here.
30
31 If unsure, say Y.
32
33 To compile this driver as a module, choose M here: the

--- 196 unchanged lines hidden ---