mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-20 14:54:21 +01:00
config: move mmio-related configs to common dir
mmio devices are required in firecracker, and for now, x86_64 and aarch64 are all supporting kata containers with firecracker. So, we need to move mmio-related configs to common dir. Fixes: #1004 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
This commit is contained in:
3
kernel/configs/fragments/common/mmio.conf
Normal file
3
kernel/configs/fragments/common/mmio.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# mmio devices are required for firecracker
|
||||
CONFIG_VIRTIO_MMIO=y
|
||||
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
|
||||
@@ -1,5 +0,0 @@
|
||||
# x86 specific mmio related items
|
||||
|
||||
# Next config are required for firecracker
|
||||
CONFIG_VIRTIO_MMIO=y
|
||||
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
|
||||
Reference in New Issue
Block a user