From: Bin Meng Date: Wed, 15 May 2019 15:42:59 +0000 (-0700) Subject: riscv: qemu: Enable e1000 and nvme support X-Git-Tag: v2019.07-rc4~10^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e64db0d92e320beec3214b78a4fb5cb81b8652dc;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Lukas Auer Tested-by: Lukas Auer --- diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index 2a03e43..7f9a74d 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