This commit is contained in:
Ciro Santilli
2018-03-10 21:22:16 +00:00
parent 4ccf3784cf
commit efa8d2075c
4 changed files with 56 additions and 21 deletions

View File

@@ -1,8 +1,5 @@
# Changes to this file are automatically trigger kernel reconfigures
# even without using the linux-reconfigure target.
#
# Beware that buildroot can override some of the configurations we make, e.g.
# it forces CONFIG_BLK_DEV_INITRD=y when BR2_TARGET_ROOTFS_CPIO is on.
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_BLK_DEV_INITRD=y
@@ -69,13 +66,16 @@ CONFIG_NET_9P=y
CONFIG_NET_9P_DEBUG=y
CONFIG_NET_9P_VIRTIO=y
## Virtio. TODO: aarch64 hangs before boot if I do all of these.
## Virtio
CONFIG_VIRTIO_PCI=y
CONFIG_VFIO_PCI_INTX=y
CONFIG_VFIO_PCI_MMAP=y
# TODO: aarch64 hangs before boot if I do all of these.
#CONFIG_RPMSG_VIRTIO=y
#CONFIG_VIRTIO_BALLOON=y
#CONFIG_VIRTIO_BLK=y
#CONFIG_VIRTIO_BLK_SCSI=y
#CONFIG_VIRTIO_INPUT=y
#CONFIG_VIRTIO_PCI=y
#CONFIG_VIRTIO_VSOCKETS=y
## Networking