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:
parent
125fe19205
commit
34b1a9043f
2 changed files with 18 additions and 18 deletions
|
@ -31,11 +31,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
config X86_32
|
config X86_32
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
config ARCH_DEFCONFIG
|
config ARCH_DEFCONFIG
|
||||||
string
|
string
|
||||||
default "arch/x86/defconfig" if X86_32
|
default "arch/x86/defconfig" if X86_32
|
||||||
|
|
||||||
source "kernel/Kconfig"
|
source "kernel/Kconfig"
|
||||||
|
|
||||||
|
@ -207,11 +207,11 @@ endmenu
|
||||||
|
|
||||||
|
|
||||||
config SHUTOFF_PIC
|
config SHUTOFF_PIC
|
||||||
bool "Shutoff PIC"
|
bool "Shutoff PIC"
|
||||||
depends on !PIC
|
depends on !PIC
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This option disables all interrupts on the PIC
|
This option disables all interrupts on the PIC
|
||||||
|
|
||||||
|
|
||||||
menu "Floating Point Options"
|
menu "Floating Point Options"
|
||||||
|
@ -306,12 +306,12 @@ endmenu
|
||||||
|
|
||||||
menu "Bus options (PCI etc.)"
|
menu "Bus options (PCI etc.)"
|
||||||
config PCI
|
config PCI
|
||||||
bool
|
bool
|
||||||
# omit prompt to signify a "hidden" option
|
# omit prompt to signify a "hidden" option
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This options enables support of PCI bus enumeration for device
|
This options enables support of PCI bus enumeration for device
|
||||||
drivers.
|
drivers.
|
||||||
|
|
||||||
config PCI_DEBUG
|
config PCI_DEBUG
|
||||||
bool
|
bool
|
||||||
|
@ -319,7 +319,7 @@ config PCI_DEBUG
|
||||||
depends on PCI
|
depends on PCI
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This options enables PCI debigging functions
|
This options enables PCI debigging functions
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
|
@ -42,9 +42,9 @@ config PHYS_LOAD_ADDR
|
||||||
default 0x00100000
|
default 0x00100000
|
||||||
|
|
||||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
default 150000000 if LOAPIC_TIMER
|
default 150000000 if LOAPIC_TIMER
|
||||||
default 25000000 if HPET_TIMER
|
default 25000000 if HPET_TIMER
|
||||||
default 1193180 if PIT
|
default 1193180 if PIT
|
||||||
|
|
||||||
|
|
||||||
config UART_CONSOLE_INDEX
|
config UART_CONSOLE_INDEX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue