kconfigcheck: add new category for virtualization support (MR 5843)

For including options to making sure KVM (and others later) is enabled
in the kernel.

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Clayton Craft 2024-11-21 15:06:06 -08:00 committed by Stefan Hansson
parent f7f49b3416
commit bccbfbc90e
No known key found for this signature in database
GPG Key ID: ACD854892B38D898

View File

@ -352,6 +352,11 @@ 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
VIRTUALIZATION = true
["category:debug".">=0.0.0"."all"]
DYNAMIC_DEBUG = true # Enable debug dynamically
DYNAMIC_FTRACE = true # Enable function tracing dynamically