[coreboot-gerrit] Change in coreboot[master]: purism/librem13v2: Select SERIRQ_CONTINUOUS_MODE

Youness Alaoui (Code Review) gerrit at coreboot.org
Fri May 26 23:50:37 CEST 2017


Hello Matt DeVillier,

I'd like you to do a code review.  Please visit

    https://review.coreboot.org/19933

to review the following change.


Change subject: purism/librem13v2: Select SERIRQ_CONTINUOUS_MODE
......................................................................

purism/librem13v2: Select SERIRQ_CONTINUOUS_MODE

Like other devices using ENE embedded controllers, the librem13v2
requires this config option for the PS2 keyboard and mouse
(trackpad) to function properly.

Change-Id: Ifba13b93a1fe2e76b2790d1c273fd9e2b5368ab0
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/mainboard/purism/librem13v2/Kconfig
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/19933/1

diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig
index b395b3c..f3cbffc 100644
--- a/src/mainboard/purism/librem13v2/Kconfig
+++ b/src/mainboard/purism/librem13v2/Kconfig
@@ -10,6 +10,8 @@
 	select HAVE_ACPI_TABLES
 	select MONOTONIC_TIMER_MSR
 	select SOC_INTEL_SKYLAKE
+	# Workaround for EC/KBC IRQ1
+	select SERIRQ_CONTINUOUS_MODE
 
 config IRQ_SLOT_COUNT
 	int

-- 
To view, visit https://review.coreboot.org/19933
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifba13b93a1fe2e76b2790d1c273fd9e2b5368ab0
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino at gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier at gmail.com>



More information about the coreboot-gerrit mailing list