From ab0fdcd73dc9a35d7591481e14e3cda570709926 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 4 May 2018 15:34:19 -0400 Subject: purism/librem13v1: Disable PCI Express AER capability The Librem 13v1 does not seem to have working AER and this option was needed and tested on the Librem 13v1. Without it, the linux console gets spammed with AER errrors. Change-Id: I13d0afa085b426920d7a946e6209f924ce29ae52 Signed-off-by: Youness Alaoui Reviewed-on: https://review.coreboot.org/25327 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/purism/librem13v1/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/purism') diff --git a/src/mainboard/purism/librem13v1/Kconfig b/src/mainboard/purism/librem13v1/Kconfig index abd499c73e..c4fb14bff3 100644 --- a/src/mainboard/purism/librem13v1/Kconfig +++ b/src/mainboard/purism/librem13v1/Kconfig @@ -24,6 +24,9 @@ config DRIVERS_UART_8250IO config PCIEXP_L1_SUB_STATE def_bool n +config PCIEXP_AER + def_bool n + config HAVE_IFD_BIN bool default n -- cgit v1.2.3