From 854b18b2ac7738bff38010cc35af700cd64af9b6 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 7 Dec 2018 14:48:08 -0800 Subject: Disallow selection of "both endianness" ... if the architecture only supports single endianness selection. Signed-off-by: Alexey Neyman 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 -- cgit v0.10.2-6-g49f6