:orphan: .. title:: IPM_IMX_MAX_DATA_SIZE_8 .. option:: CONFIG_IPM_IMX_MAX_DATA_SIZE_8 *8 bytes* Type: ``bool`` Help ==== There will be two message types with ids 0 or 1 and a maximum size of 8 bytes each. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/ipm/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:58`` Menu path: (Top) → Device Drivers → IPM drivers → IMX IPM driver → IMX IPM max data size .. parsed-literal:: config IPM_IMX_MAX_DATA_SIZE_8 bool "8 bytes" depends on \ :ref:` ` help There will be two message types with ids 0 or 1 and a maximum size of 8 bytes each. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*