:orphan: .. title:: IVSHMEM_SHELL .. option:: CONFIG_IVSHMEM_SHELL *Enable IVshmem shell module* Type: ``bool`` Help ==== This is mostly a module to help getting info the ivshmem and/or quickly testing your ivshmem client application (from another VM). Direct dependencies =================== \ :option:`SHELL ` && \ :option:`IVSHMEM ` && \ :option:`VIRTUALIZATION ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/virtualization/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:106`` Menu path: (Top) → Device Drivers → Virtualization guests drivers → Inter-VM shared memory device (ivshmem) .. parsed-literal:: config IVSHMEM_SHELL bool "Enable IVshmem shell module" depends on \ :option:`SHELL ` && \ :option:`IVSHMEM ` && \ :option:`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.)*