summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
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 57119dcbd4..b60b78bb89 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