diff options
-rw-r--r-- | config/target.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in index 34d93695..c0054f21 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 |