Commit 27b92bdb authored by Michael Hennerich's avatar Michael Hennerich Committed by Bryan Wu
Browse files

Input Serio: Blackfin doesnt support I8042 - make sure it doesnt get selected

parent d8e71542
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@ if SERIO
config SERIO_I8042
config SERIO_I8042
	tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86
	tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86
	default y
	default y
	depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K
	depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K && !BFIN
	---help---
	---help---
	  i8042 is the chip over which the standard AT keyboard and PS/2
	  i8042 is the chip over which the standard AT keyboard and PS/2
	  mouse are connected to the computer. If you use these devices,
	  mouse are connected to the computer. If you use these devices,