From 39d28a2dbe3886d84335f69da4c18972a31a217d Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Thu, 8 Nov 2007 18:39:33 +0900 Subject: [PATCH] sh: Add a SUPERH32 config symbol. We need to differentiate from SUPERH64, so add a SUPERH32 for regular sh. Signed-off-by: Paul Mundt --- arch/sh/Kconfig.sh | 3 +++ 1 file changed, 3 insertions(+) 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 . +config SUPERH32 + def_bool y + config RWSEM_GENERIC_SPINLOCK bool default y -- 2.34.1