]> git.dujemihanovic.xyz Git - u-boot.git/commit
risc-v: qemu: imply NVME_PCI
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 16 Nov 2023 10:22:51 +0000 (11:22 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 6 Dec 2023 08:05:39 +0000 (16:05 +0800)
commit3980baa41144b979da784cc83d9d3cc9126ca8c6
tree7cc118dd7c1c1c64cedc7900dbe0a956dbaccf86
parent21ea9a9dd706378d914b387cc9f8ac5a000ce828
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>
board/emulation/qemu-riscv/Kconfig