kconfig: Only generate config_is_xxx for bool and tristate options
authorMichal Marek <mmarek@suse.cz>
Tue, 17 May 2011 15:31:53 +0000 (17:31 +0200)
committerMichal Marek <mmarek@suse.cz>
Wed, 25 May 2011 13:26:25 +0000 (15:26 +0200)
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 <plagnioj@jcrosoft.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found