coreboot/src
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
..
acpi src/acpi: Capitalize ACPI and SATA 2016-07-31 19:25:40 +02:00
arch x86: acpi: Use GOOG ID for coreboot table 2016-09-27 16:39:30 +02:00
commonlib commonlib: move DIV_ROUND macros from nvidia/tegra 2016-09-07 20:52:42 +02:00
console Kconfig: Update default hex values to start with 0x 2016-10-02 19:08:15 +02:00
cpu cpu/amd/model_fxx: transition away from device_t 2016-10-01 17:39:05 +02:00
device Kconfig: Update default hex values to start with 0x 2016-10-02 19:08:15 +02:00
drivers Kconfig: Update default hex values to start with 0x 2016-10-02 19:08:15 +02:00
ec Kconfig: Update default hex values to start with 0x 2016-10-02 19:08:15 +02:00
include cpu/amd/model_fxx: transition away from device_t 2016-10-01 17:39:05 +02:00
lib TPM2: Fill in empty tlcl_resume function in TPM2 tlcl 2016-10-02 19:07:29 +02:00
mainboard google/gale: Remove #ifdef of Kconfig bool symbol 2016-10-03 22:53:44 +02:00
northbridge northbridge/via/cn700: transition away from device_t 2016-10-01 17:39:33 +02:00
soc Kconfig: Update default hex values to start with 0x 2016-10-02 19:08:15 +02:00
southbridge Kconfig: Update default hex values to start with 0x 2016-10-02 19:08:15 +02:00
superio sio/winbond/w83627dhg: Add ACPI function to control suspend LED 2016-10-01 22:30:38 +02:00
vboot vboot: clear tpm when required 2016-09-30 03:08:22 +02:00
vendorcode vendorcode/amd/pi/Kconfig: update AGESA_BINARY_PI_LOCATION to hex 2016-10-02 19:08:33 +02:00
Kconfig Kconfig: Update default hex values to start with 0x 2016-10-02 19:08:15 +02:00