diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-09-07 17:05:57 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2017-09-12 22:22:27 +0000 |
commit | e4188a23dde8db7f1386f3f782b8a43c40811119 (patch) | |
tree | 295ba6c0b04b19390380c09e31aaa27007110369 /src/mainboard/intel/dg43gt/Kconfig | |
parent | 33863b6eff270a1eb57defb8081654b3df2b49df (diff) | |
download | coreboot-e4188a23dde8db7f1386f3f782b8a43c40811119.tar.xz |
mb/intel/dg43gt: Configure clockgen
This makes the VGA output on the DVI-I connector usable.
This reuses vendor settings.
Change-Id: Ib8b6bf33816f7e468a09ff5e2008c2cb9f7c0a8b
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/21440
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/intel/dg43gt/Kconfig')
-rw-r--r-- | src/mainboard/intel/dg43gt/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/intel/dg43gt/Kconfig b/src/mainboard/intel/dg43gt/Kconfig index d55f82dea5..b299f42e1f 100644 --- a/src/mainboard/intel/dg43gt/Kconfig +++ b/src/mainboard/intel/dg43gt/Kconfig @@ -32,6 +32,7 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_ACPI_RESUME select INTEL_EDID select MAINBOARD_HAS_NATIVE_VGA_INIT + select DRIVERS_I2C_CK505 config VGA_BIOS_ID string |