From: Jan Beulich Date: Thu, 16 Oct 2008 05:01:38 +0000 (-0700) Subject: Kconfig: eliminate "def_bool n" constructs X-Git-Tag: v2.6.28-rc1~532 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ba16087d9f996a93ab6f4453a52a4b24bc1f25c;p=pandora-kernel.git Kconfig: eliminate "def_bool n" constructs Using "def_bool n" is pointless, simply using bool here appears more appropriate. Further, retaining such options that don't have a prompt and aren't selected by anything seems also at least questionable. Signed-off-by: Jan Beulich Cc: Ingo Molnar Cc: Tony Luck Cc: Thomas Gleixner Cc: Bartlomiej Zolnierkiewicz Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed