diff options
author | Olof Johansson <olof@lixom.net> | 2013-09-26 08:55:46 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-09-26 08:55:46 +0400 |
commit | ec01791d0ff7593fbca21a93167138a49bb94768 (patch) | |
tree | 0ad8cae51d4bcd939665d0eaf1daebcfee507639 /drivers/input/serio | |
parent | f7df257a2cb0856aa3375316e8cc6d40c2c9cbe4 (diff) | |
parent | fc6ad619a5d29c94e3eecefa572dc1d4fefdc240 (diff) | |
download | linux-ec01791d0ff7593fbca21a93167138a49bb94768.tar.xz |
Merge tag 'del-shark-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/cleanup
From Linus Walleij:
This deletes the Shark SA110-based sub-architecture from
the kernel.
* tag 'del-shark-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson:
video: drop code for ARCH_SHARK in cyber2000fb
input: i8042: drop dependency on ARCH_SHARK
ide: drop dependency on ARCH_SHARK
block: drop dependency on ARCH_SHARK
MAINTAINERS: delete Shark machine entry
ARM: delete mach-shark
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/input/serio')
-rw-r--r-- | drivers/input/serio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |