diff options
author | Youness Alaoui <youness.alaoui@puri.sm> | 2018-05-04 15:34:19 -0400 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-08 02:59:44 +0000 |
commit | ab0fdcd73dc9a35d7591481e14e3cda570709926 (patch) | |
tree | f407bd4804e10f3f71dfc5d93b6bb572068da06a /src/mainboard | |
parent | 71616784077cd5a712dcb8768cea3464c3de04ec (diff) |
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 <youness.alaoui@puri.sm>
Reviewed-on: https://review.coreboot.org/25327
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/purism/librem13v1/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |