summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2015-11-19 06:40:57 (GMT)
committerMax Filippov <jcmvbkbc@gmail.com>2015-11-19 06:49:45 (GMT)
commit254d0681da4957d4eb78511cdf66c947e61d7924 (patch)
tree58ebc94b691b739bee8cacc44d7aba2b0df99485
parent582e89a5af4be77d3cd300596ea7a46491689e51 (diff)
xtensa: fix kconfig spelling and help text
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
-rw-r--r--config/arch/xtensa.in2
-rw-r--r--config/arch/xtensa.in.212
2 files changed, 8 insertions, 6 deletions
diff --git a/config/arch/xtensa.in b/config/arch/xtensa.in
index dfe6d16..e08b842 100644
--- a/config/arch/xtensa.in
+++ b/config/arch/xtensa.in
@@ -13,7 +13,7 @@
## help a configuration specific 'overlay' file.
## help
## help For a custom configuration, select the XTENSA_CUSTOM option and
-## help provide the name of the overlay file through the
+## help provide the name of the processor configuration through the
## help CT_ARCH_XTENSA_CUSTOM_NAME option.
## help
## help The default option (ARCH_xtensa_fsf) uses a built-in configuration,
diff --git a/config/arch/xtensa.in.2 b/config/arch/xtensa.in.2
index 730ca03..64ec4e6 100644
--- a/config/arch/xtensa.in.2
+++ b/config/arch/xtensa.in.2
@@ -10,15 +10,17 @@ config ARCH_xtensa_fsf
endchoice
config ARCH_XTENSA_CUSTOM_NAME
- string "Custom Xtensa process configuration file name"
+ string "Custom Xtensa processor configuration name"
depends on XTENSA_CUSTOM
default ""
help
- Enter the name of the custom processor configuration
- overlay file or leave blank to use the default 'xtensa-overlay.tar'.
+ Enter the name of the custom processor configuration.
+ Overlay file for that configuration must be called
+ 'xtensa_<CUSTOM_NAME>.tar'.
+ Leave blank to use the default 'xtensa-overlay.tar'.
For more information about this option, please also consult
- the 'help' section of the 'Target Architecture Variant'
- option above.
+ section 'Using crosstool-NG to build Xtensa toolchains' in the
+ docs/C - Misc. tutorials.txt
config ARCH_XTENSA_CUSTOM_OVERLAY_LOCATION
string "Full path to custom Xtensa processor configurations"