summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-12-08 10:51:19 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-08 12:22:12 +0100
commit4c20f9af97b243c53596584c2ad6aff9352d5f95 (patch)
tree8d4fbaf3ea1d1e9d0b95f18605c9f741410fddc0 /common/Kconfig
parent1cab895549c9ebb4844b3807f79bd5a11dc65d07 (diff)
downloadbarebox-4c20f9af97b243c53596584c2ad6aff9352d5f95.tar.gz
barebox-4c20f9af97b243c53596584c2ad6aff9352d5f95.tar.xz
Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes replacing spaces to tabs, formatting in accordance format, removing extraneous lines and spaces. No functional changes. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d60db80747..42094048a2 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -61,7 +61,7 @@ config STDDEV
config BAREBOX_UPDATE
bool
-menu "General Settings "
+menu "General Settings"
config LOCALVERSION
string "Local version - append to the version string"
@@ -69,7 +69,7 @@ config LOCALVERSION
Append an extra string to the end of your version string.
The string you set here will be appended after the contents of
any files with a filename matching localversion* in your
- object and source tree, in that order. Your total string can
+ object and source tree, in that order. Your total string can
be a maximum of 64 characters.
config LOCALVERSION_AUTO
@@ -81,7 +81,7 @@ config LOCALVERSION_AUTO
top of tree revision.
A string of the format -gxxxxxxxx will be added to the localversion
- if a git-based tree is found. The string generated by this will be
+ if a git-based tree is found. The string generated by this will be
appended after any matching localversion* files, and after the value
set in CONFIG_LOCALVERSION.
@@ -106,7 +106,7 @@ config MEMINFO
config ENVIRONMENT_VARIABLES
bool "environment variables support"
-menu "memory layout "
+menu "memory layout"
config HAVE_PBL_IMAGE
bool
@@ -196,7 +196,7 @@ config MEMORY_LAYOUT_DEFAULT
bool "use default memory layout"
help
select this option to use bareboxs standard memory layout:
-
+
stack
-----
malloc heap
@@ -409,8 +409,8 @@ config MENU
prompt "Menu Framework"
depends on PROCESS_ESCAPE_SEQUENCE
help
- a menu framework that allow us to create list menu to simplify
- barebox and make it more user-frendly
+ a menu framework that allow us to create list menu to simplify
+ barebox and make it more user-frendly
config PASSWORD
bool
@@ -635,7 +635,7 @@ config RESET_SOURCE
endmenu
-menu "Debugging "
+menu "Debugging"
config DEBUG_INFO
bool