sh: Use def_bool where possible.
authorHarvey Harrison <harvey.harrison@gmail.com>
Tue, 11 Dec 2007 04:49:35 +0000 (13:49 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:19:00 +0000 (13:19 +0900)
commitd7ef4fb3acd1c1b141202c728ab3a78140a44eb7
tree5fe3e2364b9c9de10f1b44eb0d14adcffec3f203
parent543d5afe5b425ef25a865656bfb76083515dc1cf
sh: Use def_bool where possible.

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>
arch/sh/Kconfig
arch/sh/Kconfig.cpu
arch/sh/Kconfig.debug