]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Add ARCH_DEFCONFIG entries for sh and sh64.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 29 Jul 2008 11:12:51 +0000 (20:12 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 29 Jul 2008 11:12:51 +0000 (20:12 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig

index 7bfb0d219d67fadb87080a07364a4e45c59f78e9..81eaa4b72f4abb18487011a8fa1804bd9b952557 100644 (file)
@@ -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