aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig.cpu (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-01-28sh: Use def_bool where possible.Harvey Harrison1-10/+10
Change occurances of: bool default X to: def_bool X Change ocurances of: bool "Foo" default X to: def_bool X prompt "Foo" Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-01-28sh: Consolidate Kconfig.sh/Kconfig.sh64.Paul Mundt1-0/+13
Fold in the sh64-specific bits in to the main Kconfig.sh, and move this back as arch/sh/Kconfig. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-01-28sh: Consolidate CPU features in Kconfig.cpu.Paul Mundt1-0/+102
Signed-off-by: Paul Mundt <lethal@linux-sh.org>