Parcourir la source

input: i8042: drop dependency on ARCH_SHARK

Delete the configuration option for the Shark machine from
the i8042 Kconfig, as the machine is deleted from the kernel.

Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij il y a 12 ans
Parent
commit
f735bba4cc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      drivers/input/serio/Kconfig

+ 1 - 1
drivers/input/serio/Kconfig

@@ -21,7 +21,7 @@ if SERIO
 config SERIO_I8042
 config SERIO_I8042
 	tristate "i8042 PC Keyboard controller" if EXPERT || !X86
 	tristate "i8042 PC Keyboard controller" if EXPERT || !X86
 	default y
 	default y
-	depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \
+	depends on !PARISC && (!ARM || FOOTBRIDGE_HOST) && \
 		   (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \
 		   (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \
 		   !ARC
 		   !ARC
 	help
 	help