Kconfig (44631ac64d06d2f7ce006c2a6f2c8e003a9c6ace) Kconfig (c9d46f63f8e89fd70f97b83fdc4e5d2e37d92aeb)
1#
2# Input core configuration
3#
4menuconfig INPUT_KEYBOARD
5 bool "Keyboards" if EMBEDDED || !X86
6 default y
7 help
8 Say Y here, and a list of supported keyboards will be displayed.

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

64 help
65 Say Y here if you are running Linux on any Atari and have a keyboard
66 attached.
67
68 To compile this driver as a module, choose M here: the
69 module will be called atakbd.
70
71config KEYBOARD_ATKBD
1#
2# Input core configuration
3#
4menuconfig INPUT_KEYBOARD
5 bool "Keyboards" if EMBEDDED || !X86
6 default y
7 help
8 Say Y here, and a list of supported keyboards will be displayed.

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

64 help
65 Say Y here if you are running Linux on any Atari and have a keyboard
66 attached.
67
68 To compile this driver as a module, choose M here: the
69 module will be called atakbd.
70
71config KEYBOARD_ATKBD
72 tristate "AT keyboard" if EMBEDDED || !X86 || X86_MRST
72 tristate "AT keyboard" if EMBEDDED || !X86
73 default y
74 select SERIO
75 select SERIO_LIBPS2
76 select SERIO_I8042 if X86
77 select SERIO_GSCPS2 if GSC
78 help
79 Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
80 you'll need this, unless you have a different type keyboard (USB, ADB

--- 349 unchanged lines hidden ---
73 default y
74 select SERIO
75 select SERIO_LIBPS2
76 select SERIO_I8042 if X86
77 select SERIO_GSCPS2 if GSC
78 help
79 Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
80 you'll need this, unless you have a different type keyboard (USB, ADB

--- 349 unchanged lines hidden ---