summaryrefslogtreecommitdiff
path: root/config/arch/xtensa.in.2
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-19 07:29:57 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-19 07:29:57 (GMT)
commit7b69ac2fbbd18d319f91702633041e68b6eb1b6e (patch)
treeacb2d5d3f2613973d6d3d22977dffa80d27bfe52 /config/arch/xtensa.in.2
parent582e89a5af4be77d3cd300596ea7a46491689e51 (diff)
parent2eeab4a4c60e97176f5152e82b59449355901780 (diff)
Merge pull request #276 from jcmvbkbc/xtensa-doc
Xtensa docs update
Diffstat (limited to 'config/arch/xtensa.in.2')
-rw-r--r--config/arch/xtensa.in.212
1 files changed, 7 insertions, 5 deletions
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"