From 2766ebf5859bbb4c73907d727ceab212bdeef2a1 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Tue, 16 May 2017 19:15:20 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/19933 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/purism/librem13v2/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/purism') diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig index 91ece0acdc..2b3c0642ea 100644 --- a/src/mainboard/purism/librem13v2/Kconfig +++ b/src/mainboard/purism/librem13v2/Kconfig @@ -9,6 +9,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select SOC_INTEL_SKYLAKE + # Workaround for EC/KBC IRQ1 + select SERIRQ_CONTINUOUS_MODE config IRQ_SLOT_COUNT int -- cgit v1.2.3