diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2017-05-16 19:15:20 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-09 17:02:06 +0200 |
commit | 2766ebf5859bbb4c73907d727ceab212bdeef2a1 (patch) | |
tree | 1f8ad07208fa164d0ccc0ad56708181a0578ab39 /src/mainboard/purism | |
parent | 047475cbd7a438180d9b20041391e2cd0b4d2bc4 (diff) | |
download | coreboot-2766ebf5859bbb4c73907d727ceab212bdeef2a1.tar.xz |
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>
Reviewed-on: https://review.coreboot.org/19933
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/purism')
-rw-r--r-- | src/mainboard/purism/librem13v2/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |