summaryrefslogtreecommitdiff
path: root/target/config/Config.in.endian.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-06 07:32:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-06 07:32:38 +0200
commit07890ba3738d662dcca127cbef2a096e0e53ed15 (patch)
tree8ce140756add39f87a87740a8e4e5ce91c0f18ff /target/config/Config.in.endian.choice
parent888a0d2203b1d5e4865b5e30685293774cb5f001 (diff)
parent380670eb62442f965d2225f5521859c62ee2ea9e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in.endian.choice')
-rw-r--r--target/config/Config.in.endian.choice5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/config/Config.in.endian.choice b/target/config/Config.in.endian.choice
index 8f0ea99fc..4e866b6c5 100644
--- a/target/config/Config.in.endian.choice
+++ b/target/config/Config.in.endian.choice
@@ -5,9 +5,12 @@ choice ADK_TARGET_ENDIAN_MODE
prompt "Target Endianess"
depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
depends on ADK_LINUX_SH || ADK_LINUX_MIPS || ADK_LINUX_MICROBLAZE \
- || ADK_LINUX_MIPS64 || ADK_LINUX_ARC
+ || ADK_LINUX_MIPS64 || ADK_LINUX_ARC || ADK_LINUX_ARM
depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532
depends on !ADK_TARGET_SYSTEM_LEMOTE_YEELONG
+depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
+depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
+depends on !ADK_TARGET_SYSTEM_QEMU_ARM
config ADK_TARGET_LITTLE_ENDIAN
boolean "Little endian"