zephyr/arch/x86/interrupt_controller/Kconfig

17 lines
332 B
Plaintext

menu "Interrupt Controller Configuration"
config IOAPIC
bool "IOAPIC"
default n
help
This option signifies that the target has an IO-APIC device. This
capability allows IO-APIC-dependent code to be included.
config LOAPIC
bool "LOAPIC"
default n
help
This option selects local APIC as the interrupt controller.
endmenu