On Thu, Sep 30, 2021 at 01:46:21PM +0300, Jani Nikula wrote:
On Wed, 29 Sep 2021, Lucas De Marchi lucas.demarchi@intel.com wrote:
It took me some time to understand the need for IS_ACTIVE and why we couldn't use kconfig.h.
For anyone else wondering, the clues are in babaab2f4738 ("drm/i915: Encapsulate kconfig constant values inside boolean predicates").
yeah, I had added that info on the third patch when I try to move the macro to kconfig.h since it would give information for kconfig developers on why the macro is being used.
But this series tries to take it further; we currently don't have a need for checking whether the config is defined or not. It always is. I mean it's probably a useful feature, but not the original problem we had.
yep, not trying to push hard on that direction... just tried to have the same thing the other macros on kconfig.h have.
thanks Lucas De Marchi