2 prompt "Target Architecture Variant"
5 config BR2_XTENSA_CUSTOM
6 bool "Custom Xtensa processor configuration"
8 bool "fsf - Default configuration"
11 config BR2_XTENSA_CUSTOM_NAME
12 string "Custom Xtensa processor configuration name"
13 depends on BR2_XTENSA_CUSTOM
16 Name given to a custom Xtensa processor configuration.
18 config BR2_XTENSA_CORE_NAME
20 default BR2_XTENSA_CUSTOM_NAME if BR2_XTENSA_CUSTOM
21 default "" if BR2_xtensa_fsf
23 config BR2_XTENSA_OVERLAY_DIR
24 string "Overlay directory for custom configuration"
25 depends on BR2_XTENSA_CUSTOM
28 Provide the directory path that contains the overlay file
29 for a custom processor configuration. The path is relative
30 to the top directory of buildroot.
31 These overlay files are tar packages with updated configuration
32 files for various toolchain packages and Xtensa processor
33 configurations. They are provided by the processor vendor or
34 directly from Tensilica.
37 default "xtensa" if BR2_xtensa