mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-01 17:52:40 +00:00
kernel: support firecracker
enable CONFIG_VIRTIO_MMIO and CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES to support firecracker Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
d06343bcd8
commit
364f4251a6
5
kernel/configs/fragments/x86_64/mmio.conf
Normal file
5
kernel/configs/fragments/x86_64/mmio.conf
Normal file
@ -0,0 +1,5 @@
|
||||
# x86 specific mmio related items
|
||||
|
||||
# Next config are required for firecracker
|
||||
CONFIG_VIRTIO_MMIO=y
|
||||
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
|
Loading…
Reference in New Issue
Block a user