diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-05-15 08:42:59 -0700 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-06-05 13:19:15 +0800 |
commit | e64db0d92e320beec3214b78a4fb5cb81b8652dc (patch) | |
tree | 3bc58f8f937e44f5012bac9d7041a75541bb6818 | |
parent | cd6b6199eab1229547ac896f916b7735f77fa554 (diff) |
riscv: qemu: Enable e1000 and nvme support
Since we have added the PCI support to the 'virt' target, enable
e1000 and NVME as alternate network and storage devices for these
virtio based devices.
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>
-rw-r--r-- | board/emulation/qemu-riscv/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index 2a03e43b4c..7f9a74dd48 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -40,5 +40,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply DM_PCI imply PCIE_ECAM_GENERIC imply CMD_PCI + imply E1000 + imply NVME endif |