diff options
author | Mark Salter <msalter@redhat.com> | 2014-01-01 20:32:00 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-01-03 00:48:20 +0100 |
commit | 393c1262b9c87db09eb21b063f1f1215e02c6bfb (patch) | |
tree | b59bb0e266912afe4da1e47cb0e6438a6113c605 /arch/mips/Kconfig | |
parent | Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on IA64 (diff) | |
download | linux-393c1262b9c87db09eb21b063f1f1215e02c6bfb.tar.xz linux-393c1262b9c87db09eb21b063f1f1215e02c6bfb.zip |
Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on mips
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>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 650de3976e7a..99db162fdc40 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2,6 +2,7 @@ config MIPS bool default y select ARCH_MIGHT_HAVE_PC_PARPORT + select ARCH_MIGHT_HAVE_PC_SERIO select HAVE_CONTEXT_TRACKING select HAVE_GENERIC_DMA_COHERENT select HAVE_IDE |