diff options
author | Cédric Le Goater <clg@redhat.com> | 2023-08-28 17:01:48 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-09-12 12:07:16 +0200 |
commit | 4ddf7728fb2f395341f050bccf9c46386fd0cea3 (patch) | |
tree | f7ca7061ab293cca94908dc1e83b9c412910c235 /hw/nvme | |
parent | 5ac951519c23d9eaf7dc9e2dcbcbc7d9a745ffe7 (diff) |
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 <clg@redhat.com>
Message-ID: <20230828150148.120031-1-clg@kaod.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Klaus Jensen <k.jensen@samsung.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/nvme')
-rw-r--r-- | hw/nvme/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/nvme/Kconfig b/hw/nvme/Kconfig index 8ac90942e5..cfa2ab0f9d 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 |