:orphan: .. title:: VIRTUALIZATION .. option:: CONFIG_VIRTUALIZATION *Virtualization guests drivers* Type: ``bool`` Help ==== This contains various drivers meant to support and expose features when Zephyr is running as a guest in a virtualized or emulated environment. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/virtualization/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:106`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig VIRTUALIZATION bool "Virtualization guests drivers" help This contains various drivers meant to support and expose features when Zephyr is running as a guest in a virtualized or emulated environment. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*