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@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