Skip to content

Commit

Permalink
x86: Fix deps of X86_UP_IOAPIC
Browse files Browse the repository at this point in the history
Since commit 7cd9236
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>
  • Loading branch information
Henrik Kretzschmar authored and Ingo Molnar committed Feb 23, 2011
1 parent 7d0f192 commit 1444e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1444e0c

Please sign in to comment.