:orphan: .. title:: CONFIG_MODBUS_NUMOF_RAW_ADU .. kconfig:: CONFIG_MODBUS_NUMOF_RAW_ADU CONFIG_MODBUS_NUMOF_RAW_ADU ########################### *Number of raw ADU instances* Type: ``int`` Help ==== .. code-block:: none Number of raw ADU instances. Direct dependencies =================== \ :kconfig:`MODBUS_RAW_ADU ` && \ :kconfig:`MODBUS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/modbus/Kconfig:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:37`` Menu path: (Top) → Sub Systems and OS Services → Modbus support → Modbus raw ADU support .. code-block:: kconfig config MODBUS_NUMOF_RAW_ADU int "Number of raw ADU instances" range 1 4 depends on MODBUS_RAW_ADU && MODBUS help Number of raw ADU instances. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*