diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2007-07-24 15:56:17 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-07-24 15:56:17 +0800 |
commit | 27b92bdbd589cf3f59244bf5e848e7be254a2e4c (patch) | |
tree | 4c4e980d1b3ef11a28112a46526219d155a27ca1 /drivers/input/serio | |
parent | d8e715428fe70f5005829d3bad3a0a3fb8a747b2 (diff) |
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')
-rw-r--r-- | drivers/input/serio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index adef447f23e..5ce632ca681 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, |