Kconfig: Update CONFIG_IOAPIC dependencies

Selection of the IOAPIC requires that the LOAPIC be previously selected.

Change-Id: I13d95d4bb4ff02c1aebb0b5e573cb2b89dbe530b
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-23 11:53:47 -04:00 committed by Anas Nashif
commit dff49566e0
3 changed files with 1 additions and 3 deletions

View file

@ -159,7 +159,6 @@ CONFIG_NS16550=y
#
CONFIG_PIC=y
# CONFIG_LOAPIC is not set
# CONFIG_IOAPIC is not set
#
# Timer Drivers

View file

@ -138,7 +138,6 @@ CONFIG_NS16550=y
#
CONFIG_PIC=y
# CONFIG_LOAPIC is not set
# CONFIG_IOAPIC is not set
#
# Timer Drivers

View file

@ -48,7 +48,7 @@ config LOAPIC
config IOAPIC
bool "IOAPIC"
default n
depends on X86_32
depends on X86_32 && LOAPIC
help
This option signifies that the target has an IO-APIC device. This
capability allows IO-APIC-dependent code to be included.