scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfg
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Mon, 8 Nov 2021 09:21:21 +0000 (10:21 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 1 Dec 2021 18:33:45 +0000 (13:33 -0500)
commitff062765c2eb192f099355a22d9d0727ac74160b
tree09a78abf269a7309f4994629de18e55df3191dc5
parentfc47dbb26e9d86a688e69e198b2ed0749db16756
scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfg

The two helpers macros CONFIG_IS_ENABLED and CONFIG_VAL are defined in
include/linux/kconfig.h but they are not real configurations; they can
be safely removed in the generated configuration file "u-boot.cfg".

This patch simplifies the comparison of this U-Boot configuration file.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Acked-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.autoconf