Skip to content

Commit

Permalink
sh: Add ARCH_DEFCONFIG entries for sh and sh64.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jul 29, 2008
1 parent 4864841 commit f42b7e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f42b7e3

Please sign in to comment.