|
@@ -2,30 +2,26 @@ choice
|
|
prompt "Target Architecture Variant"
|
|
prompt "Target Architecture Variant"
|
|
depends on BR2_xtensa
|
|
depends on BR2_xtensa
|
|
default BR2_xtensa_fsf
|
|
default BR2_xtensa_fsf
|
|
|
|
+
|
|
config BR2_XTENSA_CUSTOM
|
|
config BR2_XTENSA_CUSTOM
|
|
select BR2_ARCH_HAS_MMU_OPTIONAL
|
|
select BR2_ARCH_HAS_MMU_OPTIONAL
|
|
bool "Custom Xtensa processor configuration"
|
|
bool "Custom Xtensa processor configuration"
|
|
|
|
+
|
|
config BR2_xtensa_fsf
|
|
config BR2_xtensa_fsf
|
|
select BR2_ARCH_HAS_MMU_MANDATORY
|
|
select BR2_ARCH_HAS_MMU_MANDATORY
|
|
bool "fsf - Default configuration"
|
|
bool "fsf - Default configuration"
|
|
|
|
+
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
-config BR2_XTENSA_CUSTOM_NAME
|
|
|
|
- string "Custom Xtensa processor configuration name"
|
|
|
|
- depends on BR2_XTENSA_CUSTOM
|
|
|
|
- default ""
|
|
|
|
|
|
+config BR2_XTENSA_CORE_NAME
|
|
|
|
+ string "Custom Xtensa processor configuration name" if BR2_XTENSA_CUSTOM
|
|
|
|
+ default BR2_XTENSA_CUSTOM_NAME if BR2_XTENSA_CUSTOM_NAME != "" # legacy
|
|
help
|
|
help
|
|
Name given to a custom Xtensa processor configuration.
|
|
Name given to a custom Xtensa processor configuration.
|
|
|
|
|
|
-config BR2_XTENSA_CORE_NAME
|
|
|
|
- string
|
|
|
|
- default BR2_XTENSA_CUSTOM_NAME if BR2_XTENSA_CUSTOM
|
|
|
|
- default "" if BR2_xtensa_fsf
|
|
|
|
-
|
|
|
|
config BR2_XTENSA_OVERLAY_DIR
|
|
config BR2_XTENSA_OVERLAY_DIR
|
|
string "Overlay directory for custom configuration"
|
|
string "Overlay directory for custom configuration"
|
|
depends on BR2_XTENSA_CUSTOM
|
|
depends on BR2_XTENSA_CUSTOM
|
|
- default ""
|
|
|
|
help
|
|
help
|
|
Provide the directory path that contains the overlay file
|
|
Provide the directory path that contains the overlay file
|
|
for a custom processor configuration. The path is relative
|
|
for a custom processor configuration. The path is relative
|