:orphan: .. title:: CONFIG_IVSHMEM_DEV_NAME .. kconfig:: CONFIG_IVSHMEM_DEV_NAME CONFIG_IVSHMEM_DEV_NAME ####################### *(No prompt -- not directly user assignable.)* Type: ``string`` Direct dependencies =================== \ :kconfig:`IVSHMEM ` && \ :kconfig:`VIRTUALIZATION ` *(Includes any dependencies from ifs and menus.)* Default ======= - "IVSHMEM" Kconfig definition ================== At ``/virtualization/Kconfig:25`` 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_DEV_NAME string default "IVSHMEM" depends on IVSHMEM && VIRTUALIZATION *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*