From fde7c317c2a6db0c35005b598042dd5509743207 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 18 Feb 2019 01:16:22 +0100 Subject: drivers/intel/gma: Make libgfxinit available w/o gfxinit We might want to make use of libgfxinit functions without using it for actual graphics init. Change-Id: I29c3b19989acb678d0d447e83d38bad9d584caa9 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/31455 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/device/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/device') diff --git a/src/device/Kconfig b/src/device/Kconfig index 8001b4310e..0539062272 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -76,7 +76,6 @@ config MAINBOARD_USE_LIBGFXINIT depends on MAINBOARD_HAS_LIBGFXINIT select HAVE_VGA_TEXT_FRAMEBUFFER select HAVE_LINEAR_FRAMEBUFFER - select RAMSTAGE_LIBHWBASE select VGA if VGA_TEXT_FRAMEBUFFER help Use the SPARK library `libgfxinit` for the native graphics -- cgit v1.2.3