Cosmetic: Fix whitespace in interrupt controller Kconfig
Change-Id: I2eb4184189925bcfe433617286a364dc1e35100c Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
03bec088ef
commit
53b721a706
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue