diff options
author | Steven J. Hill <sjhill@realitydiluted.com> | 2005-06-05 03:57:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:31:18 +0100 |
commit | 81731f79974ffb0a7b4aabd3c3e472f8d46b057c (patch) | |
tree | 8561e573d308205ba6c83c9b249e016f827e077c /arch/mips/Kconfig | |
parent | ac130ac494522cf71782117b8dd4b6b57e31e5ea (diff) |
The DbAu1500 board also support big endian. Gee, imagine that.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b54ac9a75d5..0ca63e7ce0a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -712,6 +712,7 @@ config MIPS_PB1200 select SOC_AU1200 select DMA_NONCOHERENT select MIPS_DISABLE_OBSOLETE_IDE + select SYS_SUPPORTS_BIG_ENDIAN select SYS_SUPPORTS_LITTLE_ENDIAN config MIPS_DB1000 |