x86: Remove leading spaces in Kconfig files

Uses tabs instead of spaces for consistency.

Change-Id: Ic85b710dc7f667f9b28b97839f020921afe13f3f
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-29 14:23:26 -04:00 committed by Anas Nashif
commit 34b1a9043f
2 changed files with 18 additions and 18 deletions

View file

@ -31,11 +31,11 @@
#
config X86_32
def_bool y
def_bool y
config ARCH_DEFCONFIG
string
default "arch/x86/defconfig" if X86_32
string
default "arch/x86/defconfig" if X86_32
source "kernel/Kconfig"
@ -207,11 +207,11 @@ endmenu
config SHUTOFF_PIC
bool "Shutoff PIC"
depends on !PIC
default n
help
This option disables all interrupts on the PIC
bool "Shutoff PIC"
depends on !PIC
default n
help
This option disables all interrupts on the PIC
menu "Floating Point Options"
@ -306,12 +306,12 @@ endmenu
menu "Bus options (PCI etc.)"
config PCI
bool
# omit prompt to signify a "hidden" option
default n
help
This options enables support of PCI bus enumeration for device
drivers.
bool
# omit prompt to signify a "hidden" option
default n
help
This options enables support of PCI bus enumeration for device
drivers.
config PCI_DEBUG
bool
@ -319,7 +319,7 @@ config PCI_DEBUG
depends on PCI
default n
help
This options enables PCI debigging functions
This options enables PCI debigging functions
endmenu

View file

@ -42,9 +42,9 @@ config PHYS_LOAD_ADDR
default 0x00100000
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 150000000 if LOAPIC_TIMER
default 25000000 if HPET_TIMER
default 1193180 if PIT
default 150000000 if LOAPIC_TIMER
default 25000000 if HPET_TIMER
default 1193180 if PIT
config UART_CONSOLE_INDEX