mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
risc-v: qemu: imply NVME_PCI
CONFIG_NVME=y without CONFIG_NVME_PCI=y does not provide working NVMe
support. Instead of implying CONFIG_NVME we must imply CONFIG_NVME_PCI
which will select CONFIG_NVME.
Fixes: e64db0d92e
("riscv: qemu: Enable e1000 and nvme support")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
This commit is contained in:
parent
21ea9a9dd7
commit
3980baa411
1 changed files with 1 additions and 1 deletions
|
@ -54,8 +54,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
imply SCSI_AHCI
|
||||
imply AHCI_PCI
|
||||
imply E1000
|
||||
imply NVME
|
||||
imply PCI
|
||||
imply NVME_PCI
|
||||
imply PCIE_ECAM_GENERIC
|
||||
imply DM_RNG
|
||||
imply SCSI
|
||||
|
|
Loading…
Reference in a new issue