diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2007-02-07 20:39:05 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-10 22:38:43 +0000 |
commit | 6a2603a2eaafc5faaae24f7250158a41931f77ee (patch) | |
tree | f2236bcca2db2aa71f8672b979f4398e6b89ccb6 /arch | |
parent | 57340b2bad1de489902f6947f24fc334737e5b80 (diff) | |
download | linux-6a2603a2eaafc5faaae24f7250158a41931f77ee.tar.gz linux-6a2603a2eaafc5faaae24f7250158a41931f77ee.tar.bz2 linux-6a2603a2eaafc5faaae24f7250158a41931f77ee.zip |
[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 select SWAP_IO_SPACE select SYS_HAS_CPU_TX39XX select SYS_SUPPORTS_32BIT_KERNEL + select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_SUPPORTS_BIG_ENDIAN select TOSHIBA_BOARDS @@ -767,6 +768,7 @@ config TOSHIBA_RBTX4927 select SYS_HAS_CPU_TX49XX select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_64BIT_KERNEL + select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_SUPPORTS_BIG_ENDIAN select TOSHIBA_BOARDS select GENERIC_HARDIRQS_NO__DO_IRQ |