forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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