mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +00:00
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:
parent
367c2ac068
commit
fbad186abe
@ -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
|
||||
|
@ -1 +1 @@
|
||||
72
|
||||
73
|
||||
|
Loading…
Reference in New Issue
Block a user