mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
bak
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user