aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/pineview/Kconfig
diff options
context:
space:
mode:
authorPatrick Rudolph <siro@das-labor.org>2017-09-30 09:13:53 +0200
committerMartin Roth <martinroth@google.com>2017-10-22 02:21:23 +0000
commitbb98b38b93d1f01fd3cd71c9e27ddbf4d3f1d244 (patch)
treeef23cb0b7639f8d22fc72a86b108441808a992ee /src/northbridge/intel/pineview/Kconfig
parent177f7731aa459e1171a7b118e884a40a90a5da60 (diff)
nb/intel/pineview: Port ACPI opregion to pineview
Port the ACPI opregion implementation that resides in drivers/intel/gma to older platforms. It allows to include a vbt.bin and allows GNU/Linux to load the opregion as ASLB is being set. Windows' Intel will likely ignore it as it relies on legacy VBIOS to be loaded at 0xc0000. Change-Id: Ifc9fc52d84dcbb0da577e61467ece8a48752f44b Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/21775 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/pineview/Kconfig')
-rw-r--r--src/northbridge/intel/pineview/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/pineview/Kconfig b/src/northbridge/intel/pineview/Kconfig
index 1af8d3cb4c..e8ef9d9403 100644
--- a/src/northbridge/intel/pineview/Kconfig
+++ b/src/northbridge/intel/pineview/Kconfig
@@ -28,6 +28,7 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT
select INTEL_EDID if MAINBOARD_DO_NATIVE_VGA_INIT
select RELOCATABLE_RAMSTAGE
+ select INTEL_GMA_ACPI
config BOOTBLOCK_NORTHBRIDGE_INIT
string