Re: [PATCH] kconfig: Only generate config_is_xxx for bool and tristate options
From: Michal Marek <hidden>
Date: 2011-05-17 19:44:31
Also in:
lkml
From: Michal Marek <hidden>
Date: 2011-05-17 19:44:31
Also in:
lkml
On 17.5.2011 20:05, Jean-Christophe PLAGNIOL-VILLARD wrote:
On 17:35 Tue 17 May , Michal Marek wrote:quoted
For strings and integers, the config_is_xxx macros are useless and sometimes misleading:except if the interger or hex can be at 0 so the config_is_ is usefull to known that it's enabled
You can check if the option that the integer depends on is enabled.
quoted
#define CONFIG_INITRAMFS_SOURCE "" #define config_is_initramfs_source() 1here agreed but I'm nor sure if it's a special case or if it will we the case for most of the string
Same here. Michal