diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-05-15 08:42:58 -0700 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-06-05 13:19:15 +0800 |
commit | cd6b6199eab1229547ac896f916b7735f77fa554 (patch) | |
tree | ec65337d7a82c3ea6781fe4c4bd5255a0dd5ddb5 /board/emulation/qemu-riscv | |
parent | eacf07e631dc97cef0ae903cea7a3655355d9941 (diff) | |
download | u-boot-cd6b6199eab1229547ac896f916b7735f77fa554.tar.gz u-boot-cd6b6199eab1229547ac896f916b7735f77fa554.tar.bz2 u-boot-cd6b6199eab1229547ac896f916b7735f77fa554.zip |
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/qemu-riscv')
-rw-r--r-- | board/emulation/qemu-riscv/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index 20ea6dc59b..2a03e43b4c 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 |