]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/Kconfig
x86: use def_bool where possible
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 30 Jan 2008 12:31:03 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:03 +0000 (13:31 +0100)
commit3c2362e629cdc16ea7472c5f14b6c2076aba58db
tree230b3d5fcab74ea5ee6e2a2578ff76aa9a0c386d
parent40842bf50e0719bcfe817fec2fe8b0b98dcdb244
x86: 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"

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>
arch/x86/Kconfig