summaryrefslogtreecommitdiff
path: root/arch/Config.in.xtensa
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Config.in.xtensa')
-rw-r--r--arch/Config.in.xtensa8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/Config.in.xtensa b/arch/Config.in.xtensa
index 5d5bcb48f9..49e93a4774 100644
--- a/arch/Config.in.xtensa
+++ b/arch/Config.in.xtensa
@@ -1,15 +1,15 @@
choice
prompt "Target Architecture Variant"
- depends on BR2_xtensa
default BR2_xtensa_fsf
+ depends on BR2_xtensa
config BR2_XTENSA_CUSTOM
- select BR2_ARCH_HAS_MMU_OPTIONAL
bool "Custom Xtensa processor configuration"
+ select BR2_ARCH_HAS_MMU_OPTIONAL
config BR2_xtensa_fsf
- select BR2_ARCH_HAS_MMU_MANDATORY
bool "fsf - Default configuration"
+ select BR2_ARCH_HAS_MMU_MANDATORY
endchoice
@@ -30,8 +30,8 @@ config BR2_XTENSA_OVERLAY_FILE
choice
prompt "Target Architecture Endianness"
- depends on BR2_XTENSA_CUSTOM
default BR2_XTENSA_LITTLE_ENDIAN
+ depends on BR2_XTENSA_CUSTOM
config BR2_XTENSA_LITTLE_ENDIAN
bool "Little endian"