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)
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>

No differences found