The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_MODBUS_RAW_ADU

Modbus raw ADU support

Type: bool

Help

Enable Modbus raw ADU support.

Direct dependencies

MODBUS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/modbus/Kconfig:56

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:37

Menu path: (Top) → Sub Systems and OS Services → Modbus support

config MODBUS_RAW_ADU
    bool "Modbus raw ADU support"
    depends on MODBUS
    help
      Enable Modbus raw ADU support.

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