:orphan: .. title:: choice: IMX IPM max data size .. _choice_236: .. describe:: choice: IMX IPM max data size *IMX IPM max data size* Type: ``bool`` Help ==== .. code-block:: none Select maximum message size for NXP i.MX messaging unit. Direct dependencies =================== \ :kconfig:`IPM_IMX ` && \ :kconfig:`IPM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`IPM_IMX_MAX_DATA_SIZE_16 ` Choice options ============== - \ :kconfig:`IPM_IMX_MAX_DATA_SIZE_4 ` - \ :kconfig:`IPM_IMX_MAX_DATA_SIZE_8 ` - \ :kconfig:`IPM_IMX_MAX_DATA_SIZE_16 ` Kconfig definition ================== At ``/ipm/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` Menu path: (Top) → Device Drivers → IPM drivers → IMX IPM driver .. code-block:: kconfig choice bool "IMX IPM max data size" default IPM_IMX_MAX_DATA_SIZE_16 depends on IPM_IMX && IPM help Select maximum message size for NXP i.MX messaging unit. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*