emulation: qemu-sbsa: Select SYS_PCI_64BIT
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Wed, 26 Feb 2025 13:56:43 +0000 (14:56 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 12 Mar 2025 16:23:59 +0000 (10:23 -0600)
qemu's sbsa-ref is always using a 64bit CPU and the PCI prefetch MMIO
window is located above 4GiB, thus always enable SYS_PCI_64BIT.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
board/emulation/qemu-sbsa/Kconfig

index 72c76b3..f4ad63e 100644 (file)
@@ -33,6 +33,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select OF_SEPARATE
        select PCI
        select PCIE_ECAM_GENERIC
+       select SYS_PCI_64BIT
        select USB
        select GIC_V3
        select GIC_V3_ITS