aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-17 06:33:20 -0500
committerIngo Molnar <mingo@elte.hu>2009-02-17 07:13:25 -0500
commit7d01d32d3b9becd6deba318b718db3d9fc181d23 (patch)
tree70f866bac39065812cd81d298a9bf16e8b60a449 /arch/x86/Kconfig
parentc1eeb2de41d7015678bdd412b48a5f071b84e29a (diff)
x86, apic: fix build fallout of genapic changes
- make oprofile build - select X86_X2APIC from X86_UV - it relies on it - export genapic for oprofile modular build Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index bce241fe1d2d..8955262caa34 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -316,6 +316,7 @@ config X86_UV
316 bool "SGI Ultraviolet" 316 bool "SGI Ultraviolet"
317 depends on X86_64 317 depends on X86_64
318 depends on X86_EXTENDED_PLATFORM 318 depends on X86_EXTENDED_PLATFORM
319 select X86_X2APIC
319 ---help--- 320 ---help---
320 This option is needed in order to support SGI Ultraviolet systems. 321 This option is needed in order to support SGI Ultraviolet systems.
321 If you don't have one of these, you should say N here. 322 If you don't have one of these, you should say N here.