diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-12 16:48:43 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 14:22:10 +0900 |
commit | 64e34ca99abc4749ff7fa752f02653d115c577b1 (patch) | |
tree | 85fc8fb563ef7d0ef185818fcd9c17d94f433ae6 /arch/sh/Kconfig.cpu | |
parent | 829c773da599285e2780dbaab5c795b7b498ef22 (diff) | |
download | op-kernel-dev-64e34ca99abc4749ff7fa752f02653d115c577b1.zip op-kernel-dev-64e34ca99abc4749ff7fa752f02653d115c577b1.tar.gz |
sh: Disable big endian for SH-5.
All SH-5 machines are little endian.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig.cpu')
-rw-r--r-- | arch/sh/Kconfig.cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu index 1de526a..0e27fe3 100644 --- a/arch/sh/Kconfig.cpu +++ b/arch/sh/Kconfig.cpu @@ -12,6 +12,7 @@ config CPU_LITTLE_ENDIAN config CPU_BIG_ENDIAN bool "Big Endian" + depends on !CPU_SH5 endchoice |