Michal Marek 2a11c8ea20 kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()
Replace the config_is_*() macros with a variant that allows for grepping
for usage of CONFIG_* options in the code. Usage:

  if (IS_ENABLED(CONFIG_NUMA))

or

  #if IS_ENABLED(CONFIG_NUMA)

The IS_ENABLED() macro evaluates to 1 if the argument is set (to either 'y'
or 'm'), IS_BUILTIN() tests if the option is 'y' and IS_MODULE() test if
the option is 'm'. Only boolean and tristate options are supported.

Reviewed-by: Arnaud Lacombe <lacombar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2011-07-29 21:53:30 +02:00
..
2011-07-02 01:04:40 -04:00
2011-06-06 15:32:18 -04:00
2011-06-06 15:32:22 -04:00
2005-04-16 15:20:36 -07:00
2011-06-06 15:32:20 -04:00
2010-08-17 11:00:43 +02:00
2010-08-16 22:04:55 +02:00
2010-11-22 11:27:32 -02:00
2011-06-06 15:32:20 -04:00
2011-06-06 15:32:20 -04:00