aboutsummaryrefslogtreecommitdiff
path: root/src/ec/hp/kbc1126/acpi
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2020-09-16 21:12:00 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-11-02 06:08:54 +0000
commita568d605e9d211be561f200fd94dc2a26ce5209c (patch)
tree366235fe935fbfa3d76466e34a3f35a7bb015bc8 /src/ec/hp/kbc1126/acpi
parentb57f22fc5b79bcd21b8976cd4e7b368cb9b0c50c (diff)
ec/hp/kbc1126: Support using a different GPE
HP EliteBook Folio 9480m uses the HP KBC1126 EC ACPI interface, but with a different GPE, so add a Kconfig option to support using a different GPE. Change-Id: I3b78567e1387c96bf173e4370aa3c836bbddac0b Signed-off-by: Iru Cai <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45576 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/hp/kbc1126/acpi')
-rw-r--r--src/ec/hp/kbc1126/acpi/ec.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/hp/kbc1126/acpi/ec.asl b/src/ec/hp/kbc1126/acpi/ec.asl
index e5752a802d..81bdff969a 100644
--- a/src/ec/hp/kbc1126/acpi/ec.asl
+++ b/src/ec/hp/kbc1126/acpi/ec.asl
@@ -4,7 +4,7 @@ Device (EC0)
{
Name (_HID, EISAID("PNP0C09"))
Name (_UID, 0)
- Name (_GPE, 0x16)
+ Name (_GPE, CONFIG_EC_HP_KBC1126_GPE)
Name (_CRS, ResourceTemplate ()
{