Skip to content

Commit

Permalink
Disallow selection of "both endianness"
Browse files Browse the repository at this point in the history
... if the architecture only supports single endianness selection.

Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Dec 7, 2018
1 parent 8bee41d commit 854b18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/target.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 854b18b

Please sign in to comment.