From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 6 May 2011 05:03:49 +0000 (+0200) Subject: kconfig: autogenerated config_is_xxx macro X-Git-Tag: v3.1-rc1~115^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de125187dc17e3715ba983adf60faecfdc3a64c4;p=pandora-kernel.git kconfig: autogenerated config_is_xxx macro this will allow to use to use if(config_is_xxx()) if(config_is_xxx_module()) in the code instead of #ifdef CONFIG_xxx #ifdef CONFIG_xxx_MODULE and now let the compiler remove the non usefull code and not the pre-processor as done in the mach-types for arm as exmaple Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Andi Kleen Signed-off-by: Michal Marek --- Reading git-diff-tree failed