:orphan: .. title:: CONFIG_IVSHMEM_SHELL .. kconfig:: CONFIG_IVSHMEM_SHELL CONFIG_IVSHMEM_SHELL #################### *Enable IVshmem shell module* Type: ``bool`` Help ==== .. code-block:: none This is mostly a module to help getting info the ivshmem and/or quickly testing your ivshmem client application (from another VM). Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`IVSHMEM ` && \ :kconfig:`VIRTUALIZATION ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/virtualization/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:108`` Menu path: (Top) → Device Drivers → Virtualization guests drivers → Inter-VM shared memory device (ivshmem) .. code-block:: kconfig config IVSHMEM_SHELL bool "Enable IVshmem shell module" depends on SHELL && IVSHMEM && VIRTUALIZATION help This is mostly a module to help getting info the ivshmem and/or quickly testing your ivshmem client application (from another VM). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*