9
0
Fork 0

Cleanup Kconfig files

This patch provides a global cleanup barebox Kconfig files. This includes
replacing spaces to tabs, formatting in accordance format.
No functional changes.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2013-08-11 10:11:28 +04:00 committed by Sascha Hauer
parent 9b0907bd68
commit 4db3f91326
5 changed files with 12 additions and 12 deletions

View File

@ -124,6 +124,6 @@ config MVEBU_CONSOLE_UART
range 0 3 if ARCH_DOVE
range 0 1 if ARCH_KIRKWOOD
help
Select the UART number the barebox console will sit on.
Select the UART number the barebox console will sit on.
endif # ARCH_MVEBU

View File

@ -142,7 +142,7 @@ config MACH_BEAGLE
config MACH_BEAGLEBONE
bool "Texas Instrument's Beagle Bone"
depends on ARCH_AM33XX
help
help
Say Y here if you are using Beagle Bone
config MACH_OMAP3EVM

View File

@ -563,14 +563,14 @@ config CMD_NANDTEST
prompt "nandtest"
config CMD_MEMTEST
tristate
prompt "memtest"
help
The memtest command can test the registered barebox memory.
During this test barebox memory regions like heap, stack, ...
will be skipped. If the tested architecture has MMU with PTE
flags support, the memtest is running twice with cache enabled
and with cache disabled
tristate
prompt "memtest"
help
The memtest command can test the registered barebox memory.
During this test barebox memory regions like heap, stack, ...
will be skipped. If the tested architecture has MMU with PTE
flags support, the memtest is running twice with cache enabled
and with cache disabled
endmenu

View File

@ -11,4 +11,4 @@ config COMMON_CLK
config COMMON_CLK_OF_PROVIDER
bool
help
Clock driver provides OF-Tree based clock lookup.
Clock driver provides OF-Tree based clock lookup.

View File

@ -1,5 +1,5 @@
menuconfig BOOTSTRAP
bool "Library bootstrap routines "
bool "Library bootstrap routines"
depends on SHELL_NONE
if BOOTSTRAP