diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2025-02-26 14:56:43 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-12 10:23:59 -0600 |
commit | 0dbb770981d6acff3cc4921454403998dd5d0c92 (patch) | |
tree | 4ebf68ba40d5225435ef2f6e5247f4623c0024de | |
parent | 699baa63ddcabe141adf3305d61f7b2a0d2de5db (diff) |
emulation: qemu-sbsa: Select SYS_PCI_64BIT
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>
-rw-r--r-- | board/emulation/qemu-sbsa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/qemu-sbsa/Kconfig b/board/emulation/qemu-sbsa/Kconfig index 72c76b351fa..f4ad63e681c 100644 --- a/board/emulation/qemu-sbsa/Kconfig +++ b/board/emulation/qemu-sbsa/Kconfig @@ -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 |