kernel-hacking-2024-linux-s.../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 sh: comment tidying for sh64->sh migration. 2008-01-28 13:18:58 +09:00
boot sh: Fix up uImage target entry point. 2008-01-28 13:18:59 +09:00
cchips sh: Add -Werror for clean directories. 2007-11-07 11:13:55 +09:00
configs sh: Kill off the mach-harp and mach-sim machtypes. 2008-01-28 13:18:56 +09:00
drivers sh: Get the SH-5 PCI support building. 2008-01-28 13:18:55 +09:00
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 sh: comment tidying for sh64->sh migration. 2008-01-28 13:18:58 +09:00
math-emu
mm sh: Populate swapper_pg_dir with fixmap range. 2008-01-28 13:18:59 +09:00
oprofile sh: Add -Werror for clean directories. 2007-11-07 11:13:55 +09:00
tools sh: Move mach-cayman in with the rest of the boards. 2008-01-28 13:18:56 +09:00
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 sh: SH-2A FPU support. 2008-01-28 13:18:57 +09:00