summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/ironlake/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2019-02-19 19:11:29 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-25 10:54:38 +0000
commit612a8676779f873f2f7a3c8011ad0eac61ca38f9 (patch)
tree0a4d78f1cce6226b4275723967a942e6fecd1f07 /src/northbridge/intel/ironlake/Kconfig
parent4f012694dd3a04fa1166f33656595951eda107b2 (diff)
downloadcoreboot-612a8676779f873f2f7a3c8011ad0eac61ca38f9.tar.xz
drivers/intel/gma/acpi: Add Kconfigs for backlight registers
Instead of adding more versions of the `*pch.asl`, unify the existing ones and allow to override the register locations via Kconfig. The current defaults should work for Skylake and some newer platforms. TEST=Booted ThinkPad X201s, backlight control still works. Change-Id: I0b21d9a0288f0f8d6cb0a4776909bffdae7576f5 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31503 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-by: Benjamin Doron <benjamin.doron00@gmail.com>
Diffstat (limited to 'src/northbridge/intel/ironlake/Kconfig')
-rw-r--r--src/northbridge/intel/ironlake/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/intel/ironlake/Kconfig b/src/northbridge/intel/ironlake/Kconfig
index 638f295dc0..9d937965dd 100644
--- a/src/northbridge/intel/ironlake/Kconfig
+++ b/src/northbridge/intel/ironlake/Kconfig
@@ -61,4 +61,7 @@ config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
+config INTEL_GMA_BCLV_OFFSET
+ default 0x48254
+
endif