mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
31 lines
914 B
Groff
31 lines
914 B
Groff
|
choice
|
||
|
prompt "Target Architecture Variant"
|
||
|
default ARCH_xtensa_fsf
|
||
|
config XTENSA_CUSTOM
|
||
|
bool "Custom Xtensa processor configuration"
|
||
|
|
||
|
config ARCH_xtensa_fsf
|
||
|
bool "fsf - Default configuration"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config ARCH_XTENSA_CUSTOM_NAME
|
||
|
string "Custom Xtensa process configuration file 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'.
|
||
|
For more information about this option, please also consult
|
||
|
the 'help' section of the 'Target Architecture Variant'
|
||
|
option above.
|
||
|
|
||
|
config ARCH_XTENSA_CUSTOM_OVERLAY_LOCATION
|
||
|
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 or leave blank to use the default location:
|
||
|
CT_CUSTOM_LOCATION_ROOT_DIR
|