Disallow selection of "both endianness"

... if the architecture only supports single endianness selection.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2018-12-07 14:48:08 -08:00
parent 8bee41d734
commit 854b18b2ac

View File

@ -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