Via Epia-N and C3: Set ioapic delivery type in Kconfig
[coreboot.git] / src / arch / x86 / Kconfig
index e71d0f313ae3b0b515970ee7dfb04d34f7c1d761..c5a0c0e2f5b1a24562c23528e12a942877c4cf9c 100644 (file)
@@ -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