From d4d5e4d3e10da06a83d57a147bd58a733381de18 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 16 Mar 2012 19:28:15 +0100 Subject: Via Epia-N and C3: Set ioapic delivery type in Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original comment says it's a Via C3 and not Epia requirement to deliver IOAPIC interrupts on APIC serial bus. Change-Id: I73c55755e0ec1ac5756b4ee7ccdfc8eb93184e4f Signed-off-by: Kyösti Mälkki Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/435 Tested-by: build bot (Jenkins) --- src/arch/x86/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/arch/x86/Kconfig') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index e71d0f313a..c5a0c0e2f5 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -88,4 +88,12 @@ config LITTLE_ENDIAN bool default !BIG_ENDIAN +config IOAPIC_INTERRUPTS_ON_FSB + bool + default y if !IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS + +config IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS + bool + default n + endmenu -- cgit v1.2.3