2013-07-24 22:10:47 +00:00
|
|
|
choice
|
2015-12-08 17:09:49 +00:00
|
|
|
prompt "Target Architecture Variant"
|
|
|
|
default ARCH_xtensa_fsf
|
|
|
|
|
2013-07-24 22:10:47 +00:00
|
|
|
config XTENSA_CUSTOM
|
2015-12-08 17:09:49 +00:00
|
|
|
bool "Custom Xtensa processor configuration"
|
2013-07-24 22:10:47 +00:00
|
|
|
|
|
|
|
config ARCH_xtensa_fsf
|
2015-12-08 17:09:49 +00:00
|
|
|
bool "fsf - Default configuration"
|
2013-07-24 22:10:47 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config ARCH_XTENSA_CUSTOM_NAME
|
2015-12-08 17:09:49 +00:00
|
|
|
string "Custom Xtensa processor configuration name"
|
|
|
|
depends on XTENSA_CUSTOM
|
|
|
|
default ""
|
|
|
|
help
|
|
|
|
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
|
|
|
|
section 'Using crosstool-NG to build Xtensa toolchains' in the
|
|
|
|
docs/C - Misc. tutorials.txt
|
2013-07-24 22:10:47 +00:00
|
|
|
|
|
|
|
config ARCH_XTENSA_CUSTOM_OVERLAY_LOCATION
|
2015-12-08 17:09:49 +00:00
|
|
|
string "Full path to custom Xtensa processor configurations"
|
|
|
|
depends on XTENSA_CUSTOM
|
|
|
|
default ""
|
|
|
|
help
|
|
|
|
Enter the path to the directory for the custom processor
|
|
|
|
configuration file.
|