summaryrefslogtreecommitdiff
path: root/config/target.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-12-08 01:45:11 (GMT)
committerGitHub <noreply@github.com>2018-12-08 01:45:11 (GMT)
commit1f65837c01bc6f25b33f4fa108045cb5082f708c (patch)
tree762a25e20d8d227dddeadb075a9ac7dd97801f88 /config/target.in
parent2a4ea327b6af55e40c7cebfe6d6fa79c245cbf26 (diff)
parent7a7a20bfee243cd0078ba843e6c3dce977d61ec9 (diff)
Merge pull request #1112 from stilor/moxie-fix
Moxie fix
Diffstat (limited to 'config/target.in')
-rw-r--r--config/target.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in
index 34d9369..c0054f2 100644
--- a/config/target.in
+++ b/config/target.in
@@ -142,10 +142,12 @@ config ARCH_LE
config ARCH_BE_LE
bool
prompt "Both, default big endian"
+ depends on ARCH_SUPPORTS_BOTH_ENDIAN
config ARCH_LE_BE
bool
prompt "Both, default little endian"
+ depends on ARCH_SUPPORTS_BOTH_ENDIAN
endchoice