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 3 if ARCH_DOVE
range 0 1 if ARCH_KIRKWOOD range 0 1 if ARCH_KIRKWOOD
help help
Select the UART number the barebox console will sit on. Select the UART number the barebox console will sit on.
endif # ARCH_MVEBU endif # ARCH_MVEBU

View File

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

View File

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

View File

@ -11,4 +11,4 @@ config COMMON_CLK
config COMMON_CLK_OF_PROVIDER config COMMON_CLK_OF_PROVIDER
bool bool
help 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 menuconfig BOOTSTRAP
bool "Library bootstrap routines " bool "Library bootstrap routines"
depends on SHELL_NONE depends on SHELL_NONE
if BOOTSTRAP if BOOTSTRAP