ff4a5c0c8be070b67fd9ccf3432d93a5e9409c7b
[oweals/openwrt.git] /
1 From cafde1b8ce97409f642c0a851e6a8b98f7cbd295 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 710/773] 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