kernel: Enable CONFIG_VIRTIO_PMEM for booting from pmem

To support booting from pmem with cloud-hypervisor, we need to enable
the virtio-pmem in our kernel.

Fixes: #1013

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2020-04-15 15:43:24 -07:00
parent 367c2ac068
commit fbad186abe
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@ 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

View File

@ -1 +1 @@
72
73