mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 11:36:56 +00: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:
parent
538528fa9a
commit
339d2e70e6
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
|
Loading…
Reference in New Issue
Block a user