commit | 3980baa41144b979da784cc83d9d3cc9126ca8c6 | [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 | 21ea9a9dd706378d914b387cc9f8ac5a000ce828 [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>