diff options
-rw-r--r-- | config/target.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/target.in b/config/target.in index d3b5f083..677c67e3 100644 --- a/config/target.in +++ b/config/target.in @@ -121,7 +121,7 @@ config ARCH_DEFAULT_LE_BE choice bool prompt "Endianness:" - depends on ARCH_SUPPORTS_BOTH_ENDIAN + depends on ARCH_SUPPORTS_EITHER_ENDIAN default ARCH_BE if ARCH_DEFAULT_BE default ARCH_LE if ARCH_DEFAULT_LE default ARCH_BE_LE if ARCH_DEFAULT_BE_LE |