]> Git Repo - J-u-boot.git/commitdiff
ARM: rmobile: Enable CONFIG_PCI_REGION_MULTI_ENTRY on RCar3
authorMarek Vasut <[email protected]>
Fri, 15 Jan 2021 23:27:50 +0000 (00:27 +0100)
committerMarek Vasut <[email protected]>
Sat, 20 Feb 2021 21:38:28 +0000 (22:38 +0100)
R-Car3 can have multiple regions of type memory in DT, enable
CONFIG_PCI_REGION_MULTI_ENTRY to handle those instead of using
just one of the memory regions.

Signed-off-by: Marek Vasut <[email protected]>
configs/rcar3_salvator-x_defconfig

index ff6e0e945e6366a3f7fc1f5cc3bc8633e9355cbd..6109a23a3198f34729b6f3fb1b53e4d17cd79dbc 100644 (file)
@@ -71,6 +71,7 @@ CONFIG_DM_ETH=y
 CONFIG_RENESAS_RAVB=y
 CONFIG_PCI=y
 CONFIG_DM_PCI=y
+CONFIG_PCI_REGION_MULTI_ENTRY=y
 CONFIG_PCI_RCAR_GEN3=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
This page took 0.028997 seconds and 4 git commands to generate.