aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-07-18 16:43:43 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-01-16 16:45:26 +0000
commita6be58fecec5e01a809ced3c87d6c24db4e2a91d (patch)
tree1e811493bb4261c9ea7e69567245ee66a8059d51 /src/northbridge/intel/sandybridge/Kconfig
parent1ed36f9ce9d52917a04cfbe5c3b353910ca7fd1c (diff)
nb/intel/sandybridge: 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: Ic6678d3455f1116e7e67a67b465a79df020b2399 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/27532 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/northbridge/intel/sandybridge/Kconfig')
-rw-r--r--src/northbridge/intel/sandybridge/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig
index 5023319ebb..b3827c0d4c 100644
--- a/src/northbridge/intel/sandybridge/Kconfig
+++ b/src/northbridge/intel/sandybridge/Kconfig
@@ -77,19 +77,6 @@ config CACHE_MRC_SIZE_KB
int
default 512
-config SANDYBRIDGE_IVYBRIDGE_LVDS
- def_bool n
- select VGA
- select MAINBOARD_HAS_NATIVE_VGA_INIT
-
-config IF_NATIVE_VGA_INIT
- def_bool y
- depends on MAINBOARD_DO_NATIVE_VGA_INIT
- select VGA
- select INTEL_EDID
- select HAVE_LINEAR_FRAMEBUFFER
- select HAVE_VGA_TEXT_FRAMEBUFFER
-
config BOOTBLOCK_NORTHBRIDGE_INIT
string
default "northbridge/intel/sandybridge/bootblock.c"