Skip to content

Commit

Permalink
pci: apple: Enable CONFIG_SYS_PCI_64BIT
Browse files Browse the repository at this point in the history
The Apple hardware supports 64-bit prefetchable memory windows so
enable CONFIG_SYS_PCI_64BIT. This fixes BAR assignments for the
Broadcom Ethernet controller used in some of the desktop machines.

Signed-off-by: Mark Kettenis <[email protected]>
  • Loading branch information
kettenis authored and trini committed Aug 14, 2023
1 parent 831a80c commit 815ce12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ config PCIE_APPLE
bool "Enable Apple PCIe driver"
depends on ARCH_APPLE
imply PCI_INIT_R
select SYS_PCI_64BIT
default y
help
Say Y here if you want to enable PCIe controller support on
Expand Down

0 comments on commit 815ce12

Please sign in to comment.