the following patch was just integrated into master: commit 6d6c00a50237dd8c9102fd24cb183ceda1aa90ac Author: Martin Roth martinroth@google.com Date: Fri Sep 30 14:51:24 2016 -0600
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
See https://review.coreboot.org/16837 for details.
-gerrit