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:
Alice Frosi 2020-05-12 09:13:22 +02:00 committed by Jakob-Naucke
parent 08d046d994
commit efe51b291c
No known key found for this signature in database
GPG Key ID: C3E19E8F8D0BA5E7
2 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1,4 @@
# !s390x
# This is required for booting from pmem
CONFIG_VIRTIO_PMEM=y

View File

@ -15,9 +15,6 @@ CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_HW_RANDOM=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?
# https://github.com/kata-containers/packaging/issues/483
CONFIG_SCSI=y