diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 07:12:51 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 07:12:51 -0400 |
commit | f42b7e3dbe1e2c004a47aa89f09137ee5f04499d (patch) | |
tree | 6639705210f8e85040d73a06b094edd5876f8c69 /arch/sh/Kconfig | |
parent | 4864841a34ad77a5054f20d18453ae38a926afd8 (diff) |
sh: Add ARCH_DEFCONFIG entries for sh and sh64.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 7bfb0d219d67..81eaa4b72f4a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -23,6 +23,11 @@ config SUPERH32 | |||
23 | config SUPERH64 | 23 | config SUPERH64 |
24 | def_bool y if CPU_SH5 | 24 | def_bool y if CPU_SH5 |
25 | 25 | ||
26 | config ARCH_DEFCONFIG | ||
27 | string | ||
28 | default "arch/sh/configs/shx3_defconfig" if SUPERH32 | ||
29 | default "arch/sh/configs/cayman_defconfig" if SUPERH64 | ||
30 | |||
26 | config RWSEM_GENERIC_SPINLOCK | 31 | config RWSEM_GENERIC_SPINLOCK |
27 | def_bool y | 32 | def_bool y |
28 | 33 | ||