mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
cd6b6199ea
commit
e64db0d92e
1 changed files with 2 additions and 0 deletions
|
@ -40,5 +40,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
imply DM_PCI
|
||||
imply PCIE_ECAM_GENERIC
|
||||
imply CMD_PCI
|
||||
imply E1000
|
||||
imply NVME
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue