From: Cédric Le Goater Date: Mon, 28 Aug 2023 15:01:48 +0000 (+0200) Subject: kconfig: Add NVME to s390x machines X-Git-Tag: v8.2.0-rc0~129^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ddf7728fb2f395341f050bccf9c46386fd0cea3;p=thirdparty%2Fqemu.git kconfig: Add NVME to s390x machines We recently had issues with nvme devices on big endian platforms. Include their compilation on s390x to ease tests. Signed-off-by: Cédric Le Goater Message-ID: <20230828150148.120031-1-clg@kaod.org> Reviewed-by: Thomas Huth Acked-by: Klaus Jensen Signed-off-by: Thomas Huth --- diff --git a/hw/nvme/Kconfig b/hw/nvme/Kconfig index 8ac90942e55..cfa2ab0f9d5 100644 --- a/hw/nvme/Kconfig +++ b/hw/nvme/Kconfig @@ -1,4 +1,4 @@ config NVME_PCI bool - default y if PCI_DEVICES + default y if PCI_DEVICES || PCIE_DEVICES depends on PCI