diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2007-02-07 12:39:05 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-10 17:38:43 -0500 |
commit | 6a2603a2eaafc5faaae24f7250158a41931f77ee (patch) | |
tree | f2236bcca2db2aa71f8672b979f4398e6b89ccb6 /arch | |
parent | 57340b2bad1de489902f6947f24fc334737e5b80 (diff) |
[MIPS] JMR3927 and RBTX49x7 support little endian
Toshiba JMR3927 (RBHMA3100) and RBTX49[23]7 (RBHMA4[24]00) do support both
little and big endian mode (if you flash the right PMON).
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 9d839a9c4b1a..b00a84b6e09d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -753,6 +753,7 @@ config TOSHIBA_JMR3927 | |||
753 | select SWAP_IO_SPACE | 753 | select SWAP_IO_SPACE |
754 | select SYS_HAS_CPU_TX39XX | 754 | select SYS_HAS_CPU_TX39XX |
755 | select SYS_SUPPORTS_32BIT_KERNEL | 755 | select SYS_SUPPORTS_32BIT_KERNEL |
756 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
756 | select SYS_SUPPORTS_BIG_ENDIAN | 757 | select SYS_SUPPORTS_BIG_ENDIAN |
757 | select TOSHIBA_BOARDS | 758 | select TOSHIBA_BOARDS |
758 | 759 | ||
@@ -767,6 +768,7 @@ config TOSHIBA_RBTX4927 | |||
767 | select SYS_HAS_CPU_TX49XX | 768 | select SYS_HAS_CPU_TX49XX |
768 | select SYS_SUPPORTS_32BIT_KERNEL | 769 | select SYS_SUPPORTS_32BIT_KERNEL |
769 | select SYS_SUPPORTS_64BIT_KERNEL | 770 | select SYS_SUPPORTS_64BIT_KERNEL |
771 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
770 | select SYS_SUPPORTS_BIG_ENDIAN | 772 | select SYS_SUPPORTS_BIG_ENDIAN |
771 | select TOSHIBA_BOARDS | 773 | select TOSHIBA_BOARDS |
772 | select GENERIC_HARDIRQS_NO__DO_IRQ | 774 | select GENERIC_HARDIRQS_NO__DO_IRQ |