aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/Kconfig.cpu
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-02-12 16:48:43 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-02-14 14:22:10 +0900
commit64e34ca99abc4749ff7fa752f02653d115c577b1 (patch)
tree85fc8fb563ef7d0ef185818fcd9c17d94f433ae6 /arch/sh/Kconfig.cpu
parent829c773da599285e2780dbaab5c795b7b498ef22 (diff)
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.cpu1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu
index 1de526a0f5e8..0e27fe3b182b 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