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
SHELL
&& IVSHMEM
&& VIRTUALIZATION
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/virtualization/Kconfig:57
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:108
Menu path: (Top) → Device Drivers → Virtualization guests drivers → Inter-VM shared memory device (ivshmem)
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.)