:orphan: .. title:: CONFIG_IPM_IMX_MAX_DATA_SIZE_4 .. kconfig:: CONFIG_IPM_IMX_MAX_DATA_SIZE_4 CONFIG_IPM_IMX_MAX_DATA_SIZE_4 ############################## *4 bytes* Type: ``bool`` Help ==== .. code-block:: none There will be four message types with ids 0, 1, 2 or 3 and a maximum size of 4 bytes each. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/ipm/Kconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` Menu path: (Top) → Device Drivers → IPM drivers → IMX IPM driver → IMX IPM max data size .. code-block:: kconfig config IPM_IMX_MAX_DATA_SIZE_4 bool "4 bytes" depends on help There will be four message types with ids 0, 1, 2 or 3 and a maximum size of 4 bytes each. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*