CONFIG_IPM_IMX_MAX_DATA_SIZE_16

16 bytes

Type: bool

Help

There will be a single message type with id 0 and a maximum size of 16 bytes.

Direct dependencies

<choice: IMX IPM max data size>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/ipm/Kconfig:42

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:58

Menu path: (Top) → Device Drivers → IPM drivers → IMX IPM driver → IMX IPM max data size

config IPM_IMX_MAX_DATA_SIZE_16
    bool "16 bytes"
    depends on <choice: IMX IPM max data size>
    help
      There will be a single message type with id 0
      and a maximum size of 16 bytes.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)