Kconfig: Fix for PIC and LOAPIC/IOAPIC dependency.

This commit fixes the dependency between PIC and LOAPIC/IOAPIC
configuration symbols.

Change-Id: I476961dc904bca286267ccd3bd5c0cbe23430fed
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
Juan Manuel Cruz 2015-05-25 10:34:34 -05:00 committed by Anas Nashif
commit 2a4f8741ab

View file

@ -270,7 +270,7 @@ endmenu
config PIC
bool "PIC (i8259)"
default n
depends on BSP_GENERIC_PC
depends on BSP_GENERIC_PC && !LOAPIC && !IOAPIC
help
This option selects legacy i8259 as the interrupt controller.