]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: use def_bool where possible in Kconfig.cpu
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)
commit96daa8cd53945a1220d2b2f4a44bc57f0cc46760
treeb187e25cd5b30e9f9f149fa4f38cc3af04da1b73
parent6612538ca9b38f0f45d0aec2aae8992c43313705
x86: use def_bool where possible in Kconfig.cpu

x86: Use def_bool where possible in Kconfig.cpu

Change occurances of:
bool
default X

to:
def_bool X

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.cpu