commit | f42b7e3dbe1e2c004a47aa89f09137ee5f04499d | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jul 29 20:12:51 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jul 29 20:12:51 2008 +0900 |
tree | 6639705210f8e85040d73a06b094edd5876f8c69 | |
parent | 4864841a34ad77a5054f20d18453ae38a926afd8 [diff] [blame] |
sh: Add ARCH_DEFCONFIG entries for sh and sh64. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 7bfb0d2..81eaa4b 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig
@@ -23,6 +23,11 @@ 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