From bccbfbc90eba8b2e8643778b95d13a43ef35a774 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Thu, 21 Nov 2024 15:06:06 -0800 Subject: [PATCH] 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 --- kconfigcheck.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index 06e42f005..ad54ce6d7 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -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