summaryrefslogtreecommitdiff
path: root/target/config/Config.in.endian.choice
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.endian.choice')
-rw-r--r--target/config/Config.in.endian.choice11
1 files changed, 9 insertions, 2 deletions
diff --git a/target/config/Config.in.endian.choice b/target/config/Config.in.endian.choice
index 33eb0cc83..1b97743db 100644
--- a/target/config/Config.in.endian.choice
+++ b/target/config/Config.in.endian.choice
@@ -3,8 +3,14 @@
choice ADK_TARGET_ENDIAN_MODE
prompt "Endianess"
-depends on ADK_TARGET_ARCH_SH || ADK_TARGET_ARCH_MIPS || ADK_TARGET_ARCH_MICROBLAZE \
- || ADK_TARGET_ARCH_MIPS64 || ADK_TARGET_ARCH_ARC || ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_C6X
+depends on ADK_TARGET_ARCH_ARC \
+ || ADK_TARGET_ARCH_ARM \
+ || ADK_TARGET_ARCH_C6X \
+ || ADK_TARGET_ARCH_MICROBLAZE \
+ || ADK_TARGET_ARCH_MIPS \
+ || ADK_TARGET_ARCH_MIPS64 \
+ || ADK_TARGET_ARCH_SH \
+ || ADK_TARGET_ARCH_XTENSA
config ADK_TARGET_LITTLE_ENDIAN
bool "Little endian"
@@ -19,5 +25,6 @@ config ADK_TARGET_BIG_ENDIAN
depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI2
depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
depends on !ADK_TARGET_SYSTEM_QEMU_ARM
+ depends on !ADK_TARGET_SYSTEM_QEMU_XTENSA
endchoice