hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/virt/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Virtualization support drivers
34 #
45
56 menuconfig VIRT_DRIVERS
67 bool "Virtualization drivers"
7
- ---help---
8
+ help
89 Say Y here to get to see options for device drivers that support
910 virtualization environments.
1011
....@@ -31,4 +32,6 @@
3132 partition shuts down.
3233
3334 source "drivers/virt/vboxguest/Kconfig"
35
+
36
+source "drivers/virt/nitro_enclaves/Kconfig"
3437 endif