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:
Penny Zheng 2020-04-07 11:23:24 +08:00
parent 538528fa9a
commit 339d2e70e6
2 changed files with 3 additions and 5 deletions

View File

@ -0,0 +1,3 @@
# mmio devices are required for firecracker
CONFIG_VIRTIO_MMIO=y
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y

View File

@ -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