aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-08 18:39:33 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:38 +0900
commit39d28a2dbe3886d84335f69da4c18972a31a217d (patch)
treee7e2dcd72a3a2b3feabe63b2aae488d0652dc868 /arch
parentsh: Move CPU subtypes to Kconfig.sh. (diff)
downloadlinux-dev-39d28a2dbe3886d84335f69da4c18972a31a217d.tar.xz
linux-dev-39d28a2dbe3886d84335f69da4c18972a31a217d.zip
sh: Add a SUPERH32 config symbol.
We need to differentiate from SUPERH64, so add a SUPERH32 for regular sh. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/Kconfig.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.sh b/arch/sh/Kconfig.sh
index 50d8981b8d11..e6721b8e9dc1 100644
--- a/arch/sh/Kconfig.sh
+++ b/arch/sh/Kconfig.sh
@@ -15,6 +15,9 @@ config SUPERH
gaming console. The SuperH port has a home page at
<http://www.linux-sh.org/>.
+config SUPERH32
+ def_bool y
+
config RWSEM_GENERIC_SPINLOCK
bool
default y