diff options
author | Mark Salter <msalter@redhat.com> | 2013-10-07 22:18:07 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-23 16:00:16 -0400 |
commit | 77fbbc81127d2a26e4e53e018987d6af13829298 (patch) | |
tree | 4793ba45f2a0a8e3675e25dca23d107d39883206 | |
parent | e00ca5152b0cb9e1228a30b45c5037765b92a6f1 (diff) |
x86: select ARCH_MIGHT_HAVE_PC_PARPORT
Architectures which support CONFIG_PARPORT_PC should select
ARCH_MIGHT_HAVE_PC_PARPORT.
Signed-off-by: Mark Salter <msalter@redhat.com>
Acked-by: Ingo Molnar <mingo@redhat.com>
CC: Thomas Gleixner <tglx@linutronix.de>
CC: "H. Peter Anvin" <hpa@zytor.com>
CC: x86@kernel.org
-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 e241a1930c98..5ed65706765d 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -22,6 +22,7 @@ config X86_64 | |||
22 | config X86 | 22 | config X86 |
23 | def_bool y | 23 | def_bool y |
24 | select ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS | 24 | select ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS |
25 | select ARCH_MIGHT_HAVE_PC_PARPORT | ||
25 | select HAVE_AOUT if X86_32 | 26 | select HAVE_AOUT if X86_32 |
26 | select HAVE_UNSTABLE_SCHED_CLOCK | 27 | select HAVE_UNSTABLE_SCHED_CLOCK |
27 | select ARCH_SUPPORTS_NUMA_BALANCING | 28 | select ARCH_SUPPORTS_NUMA_BALANCING |