Kconfig (9f30a04d768f64280dc0c40b730746e82f298d88) Kconfig (aaa59e0911f5624663217c248cfa7cc1c2e33e08)
1#
2# Input core configuration
3#
4menuconfig INPUT_KEYBOARD
5 bool "Keyboards"
6 default y
7 help
8 Say Y here, and a list of supported keyboards will be displayed.

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

511 help
512 Say Y here if you want to use the keypad on your Samsung mobile
513 device.
514
515 To compile this driver as a module, choose M here: the
516 module will be called samsung-keypad.
517
518config KEYBOARD_GOLDFISH_EVENTS
1#
2# Input core configuration
3#
4menuconfig INPUT_KEYBOARD
5 bool "Keyboards"
6 default y
7 help
8 Say Y here, and a list of supported keyboards will be displayed.

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

511 help
512 Say Y here if you want to use the keypad on your Samsung mobile
513 device.
514
515 To compile this driver as a module, choose M here: the
516 module will be called samsung-keypad.
517
518config KEYBOARD_GOLDFISH_EVENTS
519 depends on GOLDFISH
519 depends on GOLDFISH || COMPILE_TEST
520 tristate "Generic Input Event device for Goldfish"
521 help
522 Say Y here to get an input event device for the Goldfish virtual
523 device emulator.
524
525 To compile this driver as a module, choose M here: the
526 module will be called goldfish-events.
527

--- 195 unchanged lines hidden ---
520 tristate "Generic Input Event device for Goldfish"
521 help
522 Say Y here to get an input event device for the Goldfish virtual
523 device emulator.
524
525 To compile this driver as a module, choose M here: the
526 module will be called goldfish-events.
527

--- 195 unchanged lines hidden ---