diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-08 04:39:33 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:38 -0500 |
commit | 39d28a2dbe3886d84335f69da4c18972a31a217d (patch) | |
tree | e7e2dcd72a3a2b3feabe63b2aae488d0652dc868 /arch/sh/Kconfig.sh | |
parent | b5f42db0a782d409e5fe0efb6e1387e45774c70b (diff) |
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/sh/Kconfig.sh')
-rw-r--r-- | arch/sh/Kconfig.sh | 3 |
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 | |||
15 | gaming console. The SuperH port has a home page at | 15 | gaming console. The SuperH port has a home page at |
16 | <http://www.linux-sh.org/>. | 16 | <http://www.linux-sh.org/>. |
17 | 17 | ||
18 | config SUPERH32 | ||
19 | def_bool y | ||
20 | |||
18 | config RWSEM_GENERIC_SPINLOCK | 21 | config RWSEM_GENERIC_SPINLOCK |
19 | bool | 22 | bool |
20 | default y | 23 | default y |