src: Update bare access to BOOL CONFIG_ vals to CONFIG()
commitc25c1ebd9ed54d9c70d4c247c71fc19259751413
authorMartin Roth <martin@coreboot.org>
Fri, 24 Jul 2020 18:26:21 +0000 (24 12:26 -0600)
committerPatrick Georgi <pgeorgi@google.com>
Sun, 26 Jul 2020 21:21:03 +0000 (26 21:21 +0000)
treed68c85a2ea48572c40b42c223cfbbcd922012fcb
parentf48acbda7be7074938c06db8ad37705f850661ee
src: Update bare access to BOOL CONFIG_ vals to CONFIG()

BOOL type Kconfig values should be used through the CONFIG() macro.
These instances were not, so update them.

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Ie4706d82c12c487607bbf5ad8059922e0e586858
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43825
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
src/drivers/spi/tpm/tpm.c
src/soc/intel/apollolake/chip.c
src/soc/intel/cannonlake/fsp_params.c
src/soc/intel/cannonlake/romstage/fsp_params.c
src/soc/intel/icelake/fsp_params.c
src/soc/intel/jasperlake/fsp_params.c
src/soc/intel/skylake/chip.c
src/soc/intel/tigerlake/fsp_params.c