]> Git Repo - J-u-boot.git/commit - scripts/Makefile.autoconf
scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfg
authorPatrick Delaunay <[email protected]>
Mon, 8 Nov 2021 09:21:21 +0000 (10:21 +0100)
committerTom Rini <[email protected]>
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
scripts/Makefile.autoconf
This page took 0.033867 seconds and 4 git commands to generate.