diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 65a872bf72f9..97f8c5ad8c2d 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -22,6 +22,8 @@ config X86 | |||
22 | def_bool y | 22 | def_bool y |
23 | select HAVE_AOUT if X86_32 | 23 | select HAVE_AOUT if X86_32 |
24 | select HAVE_UNSTABLE_SCHED_CLOCK | 24 | select HAVE_UNSTABLE_SCHED_CLOCK |
25 | select ARCH_SUPPORTS_NUMA_BALANCING | ||
26 | select ARCH_WANTS_PROT_NUMA_PROT_NONE | ||
25 | select HAVE_IDE | 27 | select HAVE_IDE |
26 | select HAVE_OPROFILE | 28 | select HAVE_OPROFILE |
27 | select HAVE_PCSPKR_PLATFORM | 29 | select HAVE_PCSPKR_PLATFORM |