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