Commit e2e79202 authored by Petr Baudis's avatar Petr Baudis Committed by Vojtech Pavlik

Add defaults for the most needed keyboard/mouse options.

parent 0971d142
...@@ -28,6 +28,7 @@ comment "Userland interfaces" ...@@ -28,6 +28,7 @@ comment "Userland interfaces"
config INPUT_MOUSEDEV config INPUT_MOUSEDEV
tristate "Mouse interface" tristate "Mouse interface"
default y
depends on INPUT depends on INPUT
---help--- ---help---
Say Y here if you want your mouse to be accessible as char devices Say Y here if you want your mouse to be accessible as char devices
...@@ -45,6 +46,7 @@ config INPUT_MOUSEDEV ...@@ -45,6 +46,7 @@ config INPUT_MOUSEDEV
config INPUT_MOUSEDEV_PSAUX config INPUT_MOUSEDEV_PSAUX
bool "Provide legacy /dev/psaux device" bool "Provide legacy /dev/psaux device"
default y
depends on INPUT_MOUSEDEV depends on INPUT_MOUSEDEV
config INPUT_MOUSEDEV_SCREEN_X config INPUT_MOUSEDEV_SCREEN_X
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# #
config INPUT_KEYBOARD config INPUT_KEYBOARD
bool "Keyboards" bool "Keyboards"
default y
depends on INPUT depends on INPUT
help help
Say Y here, and a list of supported keyboards will be displayed. Say Y here, and a list of supported keyboards will be displayed.
...@@ -12,6 +13,7 @@ config INPUT_KEYBOARD ...@@ -12,6 +13,7 @@ config INPUT_KEYBOARD
config KEYBOARD_ATKBD config KEYBOARD_ATKBD
tristate "AT keyboard support" tristate "AT keyboard support"
default y
depends on INPUT && INPUT_KEYBOARD && SERIO depends on INPUT && INPUT_KEYBOARD && SERIO
---help--- ---help---
Say Y here if you want to use the standard AT keyboard. Usually Say Y here if you want to use the standard AT keyboard. Usually
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# #
config INPUT_MOUSE config INPUT_MOUSE
bool "Mice" bool "Mice"
default y
depends on INPUT depends on INPUT
help help
Say Y here, and a list of supported mice will be displayed. Say Y here, and a list of supported mice will be displayed.
...@@ -12,6 +13,7 @@ config INPUT_MOUSE ...@@ -12,6 +13,7 @@ config INPUT_MOUSE
config MOUSE_PS2 config MOUSE_PS2
tristate "PS/2 mouse" tristate "PS/2 mouse"
default y
depends on INPUT && INPUT_MOUSE && SERIO depends on INPUT && INPUT_MOUSE && SERIO
---help--- ---help---
Say Y here if you have a PS/2 mouse connected to your system. This Say Y here if you have a PS/2 mouse connected to your system. This
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# #
config SERIO config SERIO
tristate "Serial i/o support" tristate "Serial i/o support"
default y
---help--- ---help---
Say Yes here if you have any input device that uses serial I/O to Say Yes here if you have any input device that uses serial I/O to
communicate with the system. This includes the communicate with the system. This includes the
...@@ -19,6 +20,7 @@ config SERIO ...@@ -19,6 +20,7 @@ config SERIO
config SERIO_I8042 config SERIO_I8042
tristate "i8042 PC Keyboard controller" tristate "i8042 PC Keyboard controller"
default y
depends on SERIO depends on SERIO
---help--- ---help---
i8042 is the chip over which the standard AT keyboard and PS/2 i8042 is the chip over which the standard AT keyboard and PS/2
...@@ -34,6 +36,7 @@ config SERIO_I8042 ...@@ -34,6 +36,7 @@ config SERIO_I8042
config SERIO_SERPORT config SERIO_SERPORT
tristate "Serial port line discipline" tristate "Serial port line discipline"
default y
depends on SERIO depends on SERIO
---help--- ---help---
Say Y here if you plan to use an input device (mouse, joystick, Say Y here if you plan to use an input device (mouse, joystick,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment