summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/gm45/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-01-06 01:33:07 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-01-07 23:08:41 +0000
commita6ce5d3faa5de44a8d2ac183c4478f8da14ddbaf (patch)
treeb94614c2d6a0d239d02a2abf4f4ea49030894de5 /src/northbridge/intel/gm45/Kconfig
parent3c86293dc131cc36364f5b33ef75385f99c6db4c (diff)
downloadcoreboot-a6ce5d3faa5de44a8d2ac183c4478f8da14ddbaf.tar.xz
nb/intel/gm45: Remove the C native graphic init
Libgfxinit provides a better alternative to the native C init. While libgfxinit mandates an ada compiler, we want to encourage use of it since it is in much better shape and is actually maintained. This way libgfxinit also gets build-tested by Jenkins. Change-Id: I540cf08cef6ff7825694ebfa36e2e6437916e657 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/27016 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/gm45/Kconfig')
-rw-r--r--src/northbridge/intel/gm45/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index 7b4250f0f3..e7b96037dd 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -26,8 +26,6 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
select INTEL_EDID
select INTEL_GMA_ACPI
select INTEL_GMA_SSC_ALTERNATE_REF
- select HAVE_LINEAR_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT
- select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT
select POSTCAR_STAGE
select POSTCAR_CONSOLE
select SMM_TSEG