Skip to content

Commit

Permalink
linux (RPi4): enable CONFIG_PCIEPORTBUS
Browse files Browse the repository at this point in the history
Sync with official RPi kernel, see
raspberrypi/linux#3086

Signed-off-by: Matthias Reichl <hias@horus.com>
  • Loading branch information
HiassofT committed Jul 18, 2019
1 parent 151ff51 commit 62f0784
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions projects/RPi/devices/RPi4/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,14 @@ CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCI_DOMAINS_GENERIC=y
CONFIG_PCI_SYSCALL=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIEAER_INJECT is not set
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEASPM is not set
CONFIG_PCIE_PME=y
# CONFIG_PCIE_DPC is not set
# CONFIG_PCIE_PTM is not set
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
CONFIG_PCI_QUIRKS=y
Expand Down Expand Up @@ -4378,6 +4385,7 @@ CONFIG_LEDS_TRIGGER_INPUT=y
# CONFIG_INFINIBAND is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
# CONFIG_RTC_HCTOSYS is not set
Expand Down Expand Up @@ -4719,7 +4727,7 @@ CONFIG_RESET_CONTROLLER=y
# CONFIG_ARM_CCN is not set
CONFIG_ARM_PMU=y
CONFIG_RPI_AXIPERF=m
# CONFIG_RAS is not set
CONFIG_RAS=y

#
# Android
Expand Down

0 comments on commit 62f0784

Please sign in to comment.