Commit b3ce6592 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] mouse and keyboard by default if not embedded

(Andi Kleen)
parent 500edc94
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
menu "Input device support" menu "Input device support"
config INPUT config INPUT
tristate "Input devices (needed for keyboard, mouse, ...)" tristate "Input devices (needed for keyboard, mouse, ...)" if EMBEDDED
default y default y
---help--- ---help---
Say Y here if you have any input device (mouse, keyboard, tablet, Say Y here if you have any input device (mouse, keyboard, tablet,
...@@ -27,7 +27,7 @@ config INPUT ...@@ -27,7 +27,7 @@ config INPUT
comment "Userland interfaces" comment "Userland interfaces"
config INPUT_MOUSEDEV config INPUT_MOUSEDEV
tristate "Mouse interface" tristate "Mouse interface" if EMBEDDED
default y default y
depends on INPUT depends on INPUT
---help--- ---help---
...@@ -45,7 +45,7 @@ config INPUT_MOUSEDEV ...@@ -45,7 +45,7 @@ config INPUT_MOUSEDEV
a module, say M here and read <file:Documentation/modules.txt>. a module, say M here and read <file:Documentation/modules.txt>.
config INPUT_MOUSEDEV_PSAUX config INPUT_MOUSEDEV_PSAUX
bool "Provide legacy /dev/psaux device" bool "Provide legacy /dev/psaux device" if EMBEDDED
default y default y
depends on INPUT_MOUSEDEV depends on INPUT_MOUSEDEV
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Input core configuration # Input core configuration
# #
config INPUT_KEYBOARD config INPUT_KEYBOARD
bool "Keyboards" bool "Keyboards" if EMBEDDED || !X86
default y default y
depends on INPUT depends on INPUT
help help
...@@ -12,7 +12,7 @@ config INPUT_KEYBOARD ...@@ -12,7 +12,7 @@ config INPUT_KEYBOARD
If unsure, say Y. If unsure, say Y.
config KEYBOARD_ATKBD config KEYBOARD_ATKBD
tristate "AT keyboard support" tristate "AT keyboard support" if EMBEDDED || !X86
default y default y
depends on INPUT && INPUT_KEYBOARD && SERIO depends on INPUT && INPUT_KEYBOARD && SERIO
help help
......
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