commit | dd367000529ef6be9d420279d80eda2c937997a3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Nov 16 11:22:51 2023 +0100 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Dec 06 16:05:39 2023 +0800 |
tree | 7cc118dd7c1c1c64cedc7900dbe0a956dbaccf86 | |
parent | 897bc90c6603051d234a3b76834dbf0eabd30d9e [diff] |
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: e64db0d92e32 ("riscv: qemu: Enable e1000 and nvme support") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>