Skip to content
Snippets Groups Projects

kconfigcheck: add new category for virtualization support

Merged Clayton Craft requested to merge craftyguy/kconfigcheck-virt into master
1 unresolved thread
+ 14
0
@@ -348,6 +348,20 @@ USB_SERIAL_CP210X = true # USB serial console
USB_STORAGE = true # USB mass storage devices
USB_RTL8152 = true # USB Ethernet
["category:virt".">=0.0.0"."all"]
HW_RANDOM_VIRTIO = true
KVM = true
KVM_COMMON = true
KVM_GENERIC_HARDWARE_ENABLING = true
KVM_GENERIC_MMU_NOTIFIER = true
KVM_MMIO = true
KVM_VFIO = true
KVM_XFER_TO_GUEST_WORK = true
VIRTIO_BLK = true
VIRTIO_CONSOLE = true
VIRTIO_NET = true
VIRTUALIZATION = true
["category:debug".">=0.0.0"."all"]
DYNAMIC_DEBUG = true # Enable debug dynamically
DYNAMIC_FTRACE = true # Enable function tracing dynamically
Loading