Damien Zammit has uploaded this change for review. ( https://review.coreboot.org/21355
Change subject: device/Kconfig: Make Ada dependent on GCC toolchain ......................................................................
device/Kconfig: Make Ada dependent on GCC toolchain
libgfxinit cannot compile with clang since it has no Ada support so disable it on clang builds
Change-Id: I5db0353cdab4d24fd6832393901d8f47cf25849d Signed-off-by: Damien Zammit damien@zamaudio.com --- M src/device/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/21355/1
diff --git a/src/device/Kconfig b/src/device/Kconfig index a5b8247..d2b3db9 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -73,7 +73,7 @@
config MAINBOARD_USE_LIBGFXINIT bool "Use libgfxinit" - depends on MAINBOARD_HAS_LIBGFXINIT + depends on MAINBOARD_HAS_LIBGFXINIT && COMPILER_GCC select HAVE_VGA_TEXT_FRAMEBUFFER select HAVE_LINEAR_FRAMEBUFFER select RAMSTAGE_LIBHWBASE