original_kernel/arch/sh
Harvey Harrison d7ef4fb3ac 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>
2008-01-28 13:19:00 +09:00
..
boards
boot sh: Fix up uImage target entry point. 2008-01-28 13:18:59 +09:00
cchips
configs
drivers
kernel sh: Encode L1/L2 cache shape in auxvt. 2008-01-28 13:18:59 +09:00
lib sh: Explicit alignment for PAGE_SIZE in copy/clear_page(). 2008-01-28 13:18:58 +09:00
lib64
math-emu
mm sh: Populate swapper_pg_dir with fixmap range. 2008-01-28 13:18:59 +09:00
oprofile
tools
Kconfig sh: Use def_bool where possible. 2008-01-28 13:19:00 +09:00
Kconfig.cpu sh: Use def_bool where possible. 2008-01-28 13:19:00 +09:00
Kconfig.debug sh: Use def_bool where possible. 2008-01-28 13:19:00 +09:00
Makefile