소스 검색

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>
Paul Mundt 17 년 전
부모
커밋
39d28a2dbe
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      arch/sh/Kconfig.sh

+ 3 - 0
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