diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-07-18 16:43:43 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-16 16:45:26 +0000 |
commit | a6be58fecec5e01a809ced3c87d6c24db4e2a91d (patch) | |
tree | 1e811493bb4261c9ea7e69567245ee66a8059d51 /src/mainboard/google/stout | |
parent | 1ed36f9ce9d52917a04cfbe5c3b353910ca7fd1c (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/mainboard/google/stout')
-rw-r--r-- | src/mainboard/google/stout/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig index 403bb5a4e4..bfd45ea600 100644 --- a/src/mainboard/google/stout/Kconfig +++ b/src/mainboard/google/stout/Kconfig @@ -16,7 +16,6 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_LPC_TPM select MAINBOARD_HAS_TPM1 select INTEL_INT15 - select SANDYBRIDGE_IVYBRIDGE_LVDS select MAINBOARD_HAS_LIBGFXINIT select GFX_GMA_INTERNAL_IS_LVDS select HAVE_IFD_BIN |