coreboot/src/mainboard/google/gale
Martin Roth 6d6c00a502 google/gale: Remove #ifdef of Kconfig bool symbol
Kconfig symbols of type bool are ALWAYS defined, so this code was
always being included and run, which isn't what the author wanted.

Change to use IS_ENABLED(), and a regular if() instead of an #ifdef.

Change-Id: I72623fa27e47980c602135f4b73f371c7f50139b
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16837
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2016-10-03 22:53:44 +02:00
..
blsp.c
board_info.txt
boardid.c google/gale: Add more board ID variants 2016-08-03 18:23:47 +02:00
bootblock.c
cdp.c
chromeos.c google/gale: Add more board ID variants 2016-08-03 18:23:47 +02:00
chromeos.fmd
devicetree.cb
Kconfig google/gale/Kconfig: Change wording of Kconfig option 2016-10-03 22:05:10 +02:00
Kconfig.name
mainboard.c
Makefile.inc qualcomm/gale: Add required files to enable elog in ramstage 2016-07-28 00:38:44 +02:00
memlayout.ld
mmu.c
mmu.h
reset.c
romstage.c
verstage.c google/gale: Remove #ifdef of Kconfig bool symbol 2016-10-03 22:53:44 +02:00