Skip to content

Commit

Permalink
riscv: qemu: Enable e1000 and nvme support
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Lukas Auer <[email protected]>
Tested-by: Lukas Auer <[email protected]>
  • Loading branch information
lbmeng authored and Andes committed Jun 5, 2019
1 parent cd6b619 commit e64db0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/emulation/qemu-riscv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply DM_PCI
imply PCIE_ECAM_GENERIC
imply CMD_PCI
imply E1000
imply NVME

endif

0 comments on commit e64db0d

Please sign in to comment.