From: Michal Marek Date: Tue, 17 May 2011 15:31:53 +0000 (+0200) Subject: kconfig: Only generate config_is_xxx for bool and tristate options X-Git-Tag: v3.1-rc1~115^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c54f0f846102b05efcc99114ada2b913baab161;p=pandora-kernel.git kconfig: Only generate config_is_xxx for bool and tristate options For strings and integers, the config_is_xxx macros are useless and sometimes misleading: #define CONFIG_INITRAMFS_SOURCE "" #define config_is_initramfs_source() 1 Cc: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Michal Marek --- Reading git-diff-tree failed