diff options
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 aafae3b140de..68f5578fe38e 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -739,6 +739,7 @@ config X86_UP_IOAPIC | |||
739 | config X86_LOCAL_APIC | 739 | config X86_LOCAL_APIC |
740 | def_bool y | 740 | def_bool y |
741 | depends on X86_64 || SMP || X86_32_NON_STANDARD || X86_UP_APIC | 741 | depends on X86_64 || SMP || X86_32_NON_STANDARD || X86_UP_APIC |
742 | select HAVE_PERF_COUNTERS if (!M386 && !M486) | ||
742 | 743 | ||
743 | config X86_IO_APIC | 744 | config X86_IO_APIC |
744 | def_bool y | 745 | def_bool y |