diff options
author | Steven J. Hill <sjhill@realitydiluted.com> | 2005-06-04 23:57:20 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:18 -0400 |
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 b54ac9a75d5f..0ca63e7ce0a7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -712,6 +712,7 @@ config MIPS_PB1200 | |||
712 | select SOC_AU1200 | 712 | select SOC_AU1200 |
713 | select DMA_NONCOHERENT | 713 | select DMA_NONCOHERENT |
714 | select MIPS_DISABLE_OBSOLETE_IDE | 714 | select MIPS_DISABLE_OBSOLETE_IDE |
715 | select SYS_SUPPORTS_BIG_ENDIAN | ||
715 | select SYS_SUPPORTS_LITTLE_ENDIAN | 716 | select SYS_SUPPORTS_LITTLE_ENDIAN |
716 | 717 | ||
717 | config MIPS_DB1000 | 718 | config MIPS_DB1000 |