]> Pileus Git - ~andy/linux/commitdiff
input: i8042: drop dependency on ARCH_SHARK
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 3 Sep 2013 09:50:31 +0000 (11:50 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Sep 2013 13:25:23 +0000 (15:25 +0200)
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>
drivers/input/serio/Kconfig

index 33b3e88fe4a2312f0047a4a700a2733c9ef81ee4..1de1e5f8f7956dad40a745a08c7d4026f1370e28 100644 (file)
@@ -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