Doh, forgot one place to rename the BOTH_ENDIAN option

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-09-05 11:55:47 -07:00
parent 67d16f7887
commit 3b62fd4083

View File

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