Browse Source

Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on ARM/Footbridge

Architectures which might use an i8042 for serial IO to keyboard,
mouse, etc should select ARCH_MIGHT_HAVE_PC_SERIO.

Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Mark Salter 11 years ago
parent
commit
74072b301f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-footbridge/Kconfig

+ 1 - 0
arch/arm/mach-footbridge/Kconfig

@@ -85,6 +85,7 @@ config FOOTBRIDGE
 # Footbridge in host mode
 config FOOTBRIDGE_HOST
 	bool
+	select ARCH_MIGHT_HAVE_PC_SERIO
 
 # Footbridge in addin mode
 config FOOTBRIDGE_ADDIN