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 5b2196ab8168..bcf4cae711b4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -727,6 +727,7 @@ config X86_UP_IOAPIC | |||
727 | config X86_LOCAL_APIC | 727 | config X86_LOCAL_APIC |
728 | def_bool y | 728 | def_bool y |
729 | depends on X86_64 || SMP || X86_32_NON_STANDARD || X86_UP_APIC | 729 | depends on X86_64 || SMP || X86_32_NON_STANDARD || X86_UP_APIC |
730 | select HAVE_PERF_COUNTERS if (!M386 && !M486) | ||
730 | 731 | ||
731 | config X86_IO_APIC | 732 | config X86_IO_APIC |
732 | def_bool y | 733 | def_bool y |