aboutsummaryrefslogtreecommitdiff
path: root/board/emulation
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-05-15 08:42:58 -0700
committerAndes <uboot@andestech.com>2019-06-05 13:19:15 +0800
commitcd6b6199eab1229547ac896f916b7735f77fa554 (patch)
treeec65337d7a82c3ea6781fe4c4bd5255a0dd5ddb5 /board/emulation
parenteacf07e631dc97cef0ae903cea7a3655355d9941 (diff)
downloadu-boot-cd6b6199eab1229547ac896f916b7735f77fa554.zip
u-boot-cd6b6199eab1229547ac896f916b7735f77fa554.tar.gz
u-boot-cd6b6199eab1229547ac896f916b7735f77fa554.tar.bz2
riscv: qemu: Enable PCI host ECAM generic driver
QEMU 4.0.0 'virt' target integrates a generic ECAM PCI host. Enable the driver for it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Tested-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'board/emulation')
-rw-r--r--board/emulation/qemu-riscv/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
index 20ea6dc..2a03e43 100644
--- a/board/emulation/qemu-riscv/Kconfig
+++ b/board/emulation/qemu-riscv/Kconfig
@@ -36,5 +36,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply OF_BOARD_SETUP
imply SIFIVE_SERIAL
imply SMP
+ imply PCI
+ imply DM_PCI
+ imply PCIE_ECAM_GENERIC
+ imply CMD_PCI
endif