diff options
author | Nico Huber <nico.h@gmx.de> | 2019-02-18 01:16:22 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-27 08:30:40 +0000 |
commit | fde7c317c2a6db0c35005b598042dd5509743207 (patch) | |
tree | 897d9e8aa267f7572d45fdb7476e217a4be9f567 /src/device | |
parent | a02161c41e0c2c5d835e936b779f8bf8827b713e (diff) |
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 <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31455
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |