From 2a4f8741ab68ce7cee95eea81dff3dd598dac887 Mon Sep 17 00:00:00 2001 From: Juan Manuel Cruz Date: Mon, 25 May 2015 10:34:34 -0500 Subject: [PATCH] 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 --- arch/x86/bsp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/bsp/Kconfig b/arch/x86/bsp/Kconfig index 3559222af49..31707cf66dd 100644 --- a/arch/x86/bsp/Kconfig +++ b/arch/x86/bsp/Kconfig @@ -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.