mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-30 04:55:13 +00:00
kernel: fragment for pmem
The option CONFIG_VIRTIO_PMEM is not supported on s390x. It requires nvdimm support. Signed-off-by: Alice Frosi <afrosi@de.ibm.com> Signed-off-by: Jakob-Naucke <jakob.naucke@ibm.com>
This commit is contained in:
committed by
Jakob-Naucke
parent
08d046d994
commit
efe51b291c
@@ -0,0 +1,4 @@
|
|||||||
|
# !s390x
|
||||||
|
|
||||||
|
# This is required for booting from pmem
|
||||||
|
CONFIG_VIRTIO_PMEM=y
|
@@ -15,9 +15,6 @@ CONFIG_VIRTIO_PCI_LEGACY=y
|
|||||||
CONFIG_HW_RANDOM=y
|
CONFIG_HW_RANDOM=y
|
||||||
CONFIG_HW_RANDOM_VIRTIO=y
|
CONFIG_HW_RANDOM_VIRTIO=y
|
||||||
|
|
||||||
# This is required for booting from pmem
|
|
||||||
CONFIG_VIRTIO_PMEM=y
|
|
||||||
|
|
||||||
# FIXME - are we moving away from/choosing between SCSI and BLK support?
|
# FIXME - are we moving away from/choosing between SCSI and BLK support?
|
||||||
# https://github.com/kata-containers/packaging/issues/483
|
# https://github.com/kata-containers/packaging/issues/483
|
||||||
CONFIG_SCSI=y
|
CONFIG_SCSI=y
|
||||||
|
Reference in New Issue
Block a user