diff options
Diffstat (limited to 'Kconfig.host')
-rw-r--r-- | Kconfig.host | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Kconfig.host b/Kconfig.host index 17f4050..933425c 100644 --- a/Kconfig.host +++ b/Kconfig.host @@ -5,6 +5,12 @@ config LINUX bool +config LIBCBOR + bool + +config GNUTLS + bool + config OPENGL bool @@ -52,3 +58,9 @@ config VFIO_USER_SERVER_ALLOWED config HV_BALLOON_POSSIBLE bool + +config HAVE_RUST + bool + +config MAC_PVG + bool |