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:
parent
0423e2d99d
commit
2a4f8741ab
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue