浏览代码

sh: Add ARCH_DEFCONFIG entries for sh and sh64.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 年之前
父节点
当前提交
f42b7e3dbe
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      arch/sh/Kconfig

+ 5 - 0
arch/sh/Kconfig

@@ -23,6 +23,11 @@ config SUPERH32
 config SUPERH64
 	def_bool y if CPU_SH5
 
+config ARCH_DEFCONFIG
+	string
+	default "arch/sh/configs/shx3_defconfig" if SUPERH32
+	default "arch/sh/configs/cayman_defconfig" if SUPERH64
+
 config RWSEM_GENERIC_SPINLOCK
 	def_bool y