riscv: qemu: Enable e1000 and nvme support
authorBin Meng <bmeng.cn@gmail.com>
Wed, 15 May 2019 15:42:59 +0000 (08:42 -0700)
committerAndes <uboot@andestech.com>
Wed, 5 Jun 2019 05:19:15 +0000 (13:19 +0800)
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>
board/emulation/qemu-riscv/Kconfig

index 2a03e43b4c28cd16e39b8cfc23c159d351ce66cb..7f9a74dd48e384f0908a599d4ffed12dec1b433a 100644 (file)
@@ -40,5 +40,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        imply DM_PCI
        imply PCIE_ECAM_GENERIC
        imply CMD_PCI
        imply DM_PCI
        imply PCIE_ECAM_GENERIC
        imply CMD_PCI
+       imply E1000
+       imply NVME
 
 endif
 
 endif