From: Harvey Harrison Date: Wed, 30 Jan 2008 12:31:03 +0000 (+0100) Subject: x86: use def_bool where possible X-Git-Tag: v2.6.25-rc1~1143^2~654 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c2362e629cdc16ea7472c5f14b6c2076aba58db;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed