diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2009-04-20 16:02:31 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-21 03:08:27 -0400 |
commit | 9d6c26e73bd248c286bb3597aaf788716e8fcceb (patch) | |
tree | 8a911fdebe1bee9a96e2bd3b19563361dc4173de /arch/x86/Kconfig | |
parent | 39d83a5d684a457046aa2a6dac60f105966e78e9 (diff) |
x86: x2apic, IR: Make config X86_UV dependent on X86_X2APIC
Instead of selecting X86_X2APIC, make config X86_UV dependent
on X86_X2APIC.
This will eliminate enabling CONFIG_X86_X2APIC with out
enabling CONFIG_INTR_REMAP.
[ Impact: cleanup ]
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Acked-by: Jack Steiner <steiner@sgi.com>
Cc: dwmw2@infradead.org
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: Weidong Han <weidong.han@intel.com>
LKML-Reference: <20090420200450.694598000@linux-os.sc.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c9086e6307a5..58fb7b3bcd1a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -354,7 +354,7 @@ config X86_UV | |||
354 | depends on X86_64 | 354 | depends on X86_64 |
355 | depends on X86_EXTENDED_PLATFORM | 355 | depends on X86_EXTENDED_PLATFORM |
356 | depends on NUMA | 356 | depends on NUMA |
357 | select X86_X2APIC | 357 | depends on X86_X2APIC |
358 | ---help--- | 358 | ---help--- |
359 | This option is needed in order to support SGI Ultraviolet systems. | 359 | This option is needed in order to support SGI Ultraviolet systems. |
360 | If you don't have one of these, you should say N here. | 360 | If you don't have one of these, you should say N here. |