projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380e19e
)
Input: atkbd - allow disabling on X86_PC (if EMBEDDED)
author
Dmitry Torokhov
<dtor_core@ameritech.net>
Tue, 14 Mar 2006 05:10:23 +0000
(
00:10
-0500)
committer
Dmitry Torokhov
<dtor_core@ameritech.net>
Tue, 14 Mar 2006 05:10:23 +0000
(
00:10
-0500)
Allow disabling atkbd driver if CONFIG_EMBEDDED is enabled. Previously
it was impossible to disable atkbd on X86_PC.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/Kconfig
b/drivers/input/keyboard/Kconfig
index
3b0ac3b
..
a9dda56
100644
(file)
--- a/
drivers/input/keyboard/Kconfig
+++ b/
drivers/input/keyboard/Kconfig
@@
-13,7
+13,7
@@
menuconfig INPUT_KEYBOARD
if INPUT_KEYBOARD
config KEYBOARD_ATKBD
- tristate "AT keyboard" if !X86_PC
+ tristate "AT keyboard" if
EMBEDDED ||
!X86_PC
default y
select SERIO
select SERIO_LIBPS2