Skip to content

Commit

Permalink
x86: use def_bool where possible
Browse files Browse the repository at this point in the history
Change occurances of:
	bool
	default X

to:
	def_bool X

Change ocurances of:
	bool "Foo"
	default X

to:
	def_bool X
	prompt "Foo"

Shows no difference in generated config for allmodconfig/allyesconfig.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Jan 30, 2008
1 parent 40842bf commit 3c2362e
Showing 1 changed file with 77 additions and 121 deletions.
Loading

0 comments on commit 3c2362e

Please sign in to comment.