[PATCH v2 01/26] kconfig: add IS_ENABLED_NOCHECK to bypass usage_of_is_enabled_check
Simon Glass
sjg at chromium.org
Sun Feb 26 15:56:33 CET 2023
On Fri, 24 Feb 2023 at 11:11, Troy Kisky <troykiskyboundary at gmail.com> wrote:
>
> This is for use when a config with an SPL version needs to always
> check the non-spl verion of the config. It avoids error messages
> from CI test script usage_of_is_enabled_check.sh
>
> Signed-off-by: Troy Kisky <troykiskyboundary at gmail.com>
> ---
>
> Changes in v2:
> - new patch
>
> include/linux/kconfig.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list