From: Linus Walleij Date: Tue, 3 Sep 2013 09:50:31 +0000 (+0200) Subject: input: i8042: drop dependency on ARCH_SHARK X-Git-Tag: firefly_0821_release~176^2~5047^2~15^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f735bba4cc1435d0e9107f77f26f96a3483db0b1;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Linus Walleij --- diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index 33b3e88fe4a2..1de1e5f8f795 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 EXPERT || !X86 default y - depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \ + depends on !PARISC && (!ARM || FOOTBRIDGE_HOST) && \ (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \ !ARC help