projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8e7154
)
Input Serio: Blackfin doesnt support I8042 - make sure it doesnt get selected
author
Michael Hennerich
<michael.hennerich@analog.com>
Tue, 24 Jul 2007 07:56:17 +0000
(15:56 +0800)
committer
Bryan Wu
<bryan.wu@analog.com>
Tue, 24 Jul 2007 07:56:17 +0000
(15:56 +0800)
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
drivers/input/serio/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/serio/Kconfig
b/drivers/input/serio/Kconfig
index adef447f23ea601fd4bb61d1b7935b61b1c7ee75..5ce632ca6815e34c6cf2ce0416f63c8ec9817608 100644
(file)
--- a/
drivers/input/serio/Kconfig
+++ b/
drivers/input/serio/Kconfig
@@
-21,7
+21,7
@@
if SERIO
config SERIO_I8042
tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86
default y
- depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K
+ depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K
&& !BFIN
---help---
i8042 is the chip over which the standard AT keyboard and PS/2
mouse are connected to the computer. If you use these devices,