Re: [PATCH 1/2] include: kconfig.h: move __is_defined definition into new header

2024-04-22 Thread Sascha Hauer
On Wed, 03 Apr 2024 09:23:31 +0200, Ahmad Fatoum wrote: > While we run the preprocessor over device trees before compiling them, > we don't define the Kconfig symbols and including > would fail. > > The file defines __is_defined however, which can be useful for other > macros that are either

[PATCH 1/2] include: kconfig.h: move __is_defined definition into new header

2024-04-03 Thread Ahmad Fatoum
While we run the preprocessor over device trees before compiling them, we don't define the Kconfig symbols and including would fail. The file defines __is_defined however, which can be useful for other macros that are either defined to 1 or undefined like the macros we define for device tree