diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-09 21:50:45 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-09 22:35:09 +0100 |
commit | b2eea819928090724eb54feee08e252522ac2369 (patch) | |
tree | 70f2e7159f75de85286700b43f8a57ccc276f0d4 /src/mainboard/gigabyte/ga-b75m-d3h/Kconfig | |
parent | f80331f261d338ce05c5a3ab74a7d4a0d6ba678d (diff) | |
download | coreboot-b2eea819928090724eb54feee08e252522ac2369.tar.xz |
sandybridge: Set all native gfx-related options in northbridge code.
In the same time remove few native gfx options which were improperly set
and only added dead code to the binary.
Change-Id: I4ed3fec03a1655ae0a779c3aa3845de273cb12e1
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13649
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/gigabyte/ga-b75m-d3h/Kconfig')
-rw-r--r-- | src/mainboard/gigabyte/ga-b75m-d3h/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig index 8a53bef91a..12386dc3ac 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig +++ b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig @@ -14,8 +14,6 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_ACPI_RESUME select HAVE_SMI_HANDLER select INTEL_INT15 - select VGA - select INTEL_EDID select UDELAY_TSC select SERIRQ_CONTINUOUS_MODE |