mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
5ac951519c
commit
4ddf7728fb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
config NVME_PCI
|
config NVME_PCI
|
||||||
bool
|
bool
|
||||||
default y if PCI_DEVICES
|
default y if PCI_DEVICES || PCIE_DEVICES
|
||||||
depends on PCI
|
depends on PCI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue