summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorHenrik Kretzschmar <henne@nachtwindheim.de>2011-02-22 15:38:07 +0100
committerIngo Molnar <mingo@elte.hu>2011-02-23 11:38:46 +0100
commit1444e0c9daf0d3472677efc15588b192fc2db761 (patch)
tree6c6469da4c14094c4db40c5370fb54db8bcc0ae0 /arch/x86/Kconfig
parent7d0f1926131cf79aa5998d463bf1582156e7b41e (diff)
downloadtalos-op-linux-1444e0c9daf0d3472677efc15588b192fc2db761.tar.gz
talos-op-linux-1444e0c9daf0d3472677efc15588b192fc2db761.zip
x86: Fix deps of X86_UP_IOAPIC
Since commit 7cd92366a593246650cc7d6198e2c7d3af8c1d8a lAPIC enabled accidently the IOAPIC, which now gets fixed. Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> LKML-Reference: <1298385487-4708-5-git-send-email-henne@nachtwindheim.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index d5ed94d30aad..867a8cf04faa 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -811,7 +811,7 @@ config X86_LOCAL_APIC
config X86_IO_APIC
def_bool y
- depends on X86_64 || SMP || X86_32_NON_STANDARD || X86_UP_APIC
+ depends on X86_64 || SMP || X86_32_NON_STANDARD || X86_UP_IOAPIC
config X86_VISWS_APIC
def_bool y
OpenPOWER on IntegriCloud