diff options
author | Mark Salter <msalter@redhat.com> | 2014-01-01 14:32:26 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-01-02 18:48:20 -0500 |
commit | c74e6d3de9d2143025aacb701d81381a9815ee51 (patch) | |
tree | e2f8d71ee881a8b9d624a3ec71fd1f3582f57144 /arch/powerpc/Kconfig | |
parent | 393c1262b9c87db09eb21b063f1f1215e02c6bfb (diff) |
Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on powerpc
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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index b44b52c0a8f0..fb75485e5213 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -86,6 +86,7 @@ config PPC | |||
86 | bool | 86 | bool |
87 | default y | 87 | default y |
88 | select ARCH_MIGHT_HAVE_PC_PARPORT | 88 | select ARCH_MIGHT_HAVE_PC_PARPORT |
89 | select ARCH_MIGHT_HAVE_PC_SERIO | ||
89 | select BINFMT_ELF | 90 | select BINFMT_ELF |
90 | select OF | 91 | select OF |
91 | select OF_EARLY_FLATTREE | 92 | select OF_EARLY_FLATTREE |