coreboot/src/arch/arm
Julius Werner 5d1f9a0096 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
This patch cleans up remaining uses of raw boolean Kconfig values I
could find by wrapping them with CONFIG(). The remaining naked config
value warnings in the code should all be false positives now (although
the process was semi-manual and involved some eyeballing so I may have
missed a few).

Change-Id: Ifa0573a535addc3354a74e944c0920befb0666be
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31813
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2019-03-25 11:03:49 +00:00
..
armv4
armv7 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) 2019-03-25 11:03:49 +00:00
include coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
libgcc Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00
asmlib.h
boot.c selfboot: remove bounce buffers 2018-10-11 17:42:41 +00:00
clock.c
cpu.c src/arch: Fix checkpatch warning: no spaces at the start of a line 2017-07-25 14:26:30 +00:00
div0.c arch/arm: Correct checkpatch errors 2017-06-02 18:30:53 +02:00
eabi_compat.c arch/arm: Correct checkpatch errors 2017-06-02 18:30:53 +02:00
id.S
Kconfig
Makefile.inc Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00
memcpy.S
memmove.S arch/arm/memmove.S: Use tabs instead of white spaces 2018-12-24 08:16:54 +00:00
memset.S
stages.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
tables.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00