Skip to content

Commit 4ddf772

Browse files
legoaterhuth
authored andcommitted
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 <[email protected]> Message-ID: <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Acked-by: Klaus Jensen <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 5ac9515 commit 4ddf772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/nvme/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
config NVME_PCI
22
bool
3-
default y if PCI_DEVICES
3+
default y if PCI_DEVICES || PCIE_DEVICES
44
depends on PCI

0 commit comments

Comments
 (0)