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:
Heinrich Schuchardt 2023-11-16 11:22:51 +01:00 committed by Leo Yu-Chi Liang
parent 21ea9a9dd7
commit 3980baa411

View file

@ -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