05f968d36696aaba53957c0539f5f8bcbc498eb6
[oweals/openwrt.git] /
1 From 5aef39ad2dc0698c6fcf089829570597d129fdc2 Mon Sep 17 00:00:00 2001
2 From: Jonathan Bell <jonathan@raspberrypi.org>
3 Date: Thu, 18 Jul 2019 13:05:35 +0100
4 Subject: [PATCH 709/782] bcm2711_defconfig: enable PCI portbus support (and
5  implicitly, PCIe AER)
6
7 PCIe advanced error reporting is supported by the root complex, so make
8 use of it.
9
10 Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
11 ---
12  arch/arm/configs/bcm2711_defconfig | 2 ++
13  1 file changed, 2 insertions(+)
14
15 --- a/arch/arm/configs/bcm2711_defconfig
16 +++ b/arch/arm/configs/bcm2711_defconfig
17 @@ -33,6 +33,8 @@ CONFIG_ARCH_BCM2835=y
18  CONFIG_ARM_LPAE=y
19  # CONFIG_CACHE_L2X0 is not set
20  CONFIG_PCI=y
21 +CONFIG_PCIEPORTBUS=y
22 +# CONFIG_PCIEASPM is not set
23  CONFIG_PCI_MSI=y
24  CONFIG_PCIE_BRCMSTB=y
25  CONFIG_SMP=y