Cosmetic: Fix whitespace in interrupt controller Kconfig

Change-Id: I2eb4184189925bcfe433617286a364dc1e35100c
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-23 11:46:25 -04:00 committed by Anas Nashif
commit 53b721a706

View file

@ -36,19 +36,19 @@ menu "Interrupt Controllers"
config PIC config PIC
bool "PIC (i8259)" bool "PIC (i8259)"
default n default n
depends on X86_32 depends on X86_32
config LOAPIC config LOAPIC
bool "LOAPIC" bool "LOAPIC"
default n default n
depends on X86_32 depends on X86_32
help help
This option selects local APIC as the interrupt controller. This option selects local APIC as the interrupt controller.
config IOAPIC config IOAPIC
bool "IOAPIC" bool "IOAPIC"
default n default n
depends on X86_32 depends on X86_32
help help
This option signifies that the target has an IO-APIC device. This This option signifies that the target has an IO-APIC device. This
capability allows IO-APIC-dependent code to be included. capability allows IO-APIC-dependent code to be included.