The latest development version of this page may be more current than this released 2.7.5 version.

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 drivers/virtualization/Kconfig:57

Included via Kconfig:8Kconfig.zephyr:42drivers/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.)