diff options
author | Mark Salter <msalter@redhat.com> | 2014-01-01 11:34:16 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-01-02 15:48:22 -0800 |
commit | 5e2c18c0ed708e2a53f3e0673a786b6df2fb56fb (patch) | |
tree | 61fcc54f69c3977c2270c39088d8adf1986b9d03 /arch/x86/Kconfig | |
parent | d444b03bfe5df11063e01690ea21bec80b60bb46 (diff) | |
download | blackbird-obmc-linux-5e2c18c0ed708e2a53f3e0673a786b6df2fb56fb.tar.gz blackbird-obmc-linux-5e2c18c0ed708e2a53f3e0673a786b6df2fb56fb.zip |
Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on x86
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: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e903c71f7e69..b7f090377586 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -23,6 +23,7 @@ config X86 def_bool y select ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS select ARCH_MIGHT_HAVE_PC_PARPORT + select ARCH_MIGHT_HAVE_PC_SERIO select HAVE_AOUT if X86_32 select HAVE_UNSTABLE_SCHED_CLOCK select ARCH_SUPPORTS_NUMA_BALANCING |