aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/Kconfig
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2007-07-24 15:56:17 +0800
committerBryan Wu <bryan.wu@analog.com>2007-07-24 15:56:17 +0800
commit27b92bdbd589cf3f59244bf5e848e7be254a2e4c (patch)
tree4c4e980d1b3ef11a28112a46526219d155a27ca1 /drivers/input/serio/Kconfig
parentBlackfin arch: add BF54x I2C/TWI TWI0 driver support (diff)
downloadlinux-dev-27b92bdbd589cf3f59244bf5e848e7be254a2e4c.tar.xz
linux-dev-27b92bdbd589cf3f59244bf5e848e7be254a2e4c.zip
Input Serio: Blackfin doesnt support I8042 - make sure it doesnt get selected
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r--drivers/input/serio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig
index adef447f23ea..5ce632ca6815 100644
--- 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,