:orphan: .. title:: CONFIG_VIRTUALIZATION .. kconfig:: CONFIG_VIRTUALIZATION CONFIG_VIRTUALIZATION ##################### *Virtualization guests drivers* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/virtualization/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:108`` Menu path: (Top) → Device Drivers .. code-block:: kconfig 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.)*