diff options
| author | Marek Vasut <[email protected]> | 2023-08-13 21:51:50 +0200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2023-08-20 15:55:27 -0600 |
| commit | ddfda552e7f700d748aa46ab91ec6c661b018710 (patch) | |
| tree | 6245d64c461cc994db872af57d3977e8d149f04c | |
| parent | eaa5b5d7d2c7df82079848f39b8cccd64310e9f2 (diff) | |
configs: sandbox64: Enable PCI register multi-entry support
Align the sandbox64 defconfig with sandbox defconfig. Enable missing
PCI register multi-entry support. This fixes ut_dm_dm_test_pci_bus_to_phys
test .
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | configs/sandbox64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 933c9e95810..14c9d1b04cb 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -179,6 +179,7 @@ CONFIG_SPI_FLASH_SST=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_NVMXIP_QSPI=y CONFIG_NVME_PCI=y +CONFIG_PCI_REGION_MULTI_ENTRY=y CONFIG_PCI_SANDBOX=y CONFIG_PHY=y CONFIG_PHY_SANDBOX=y |
