:orphan: .. title:: MODBUS_FC08_DIAGNOSTIC .. option:: CONFIG_MODBUS_FC08_DIAGNOSTIC *Enable FC08 Diagnostic support* Type: ``bool`` Help ==== .. code-block:: none Enable function code 08 Diagnostic support Direct dependencies =================== \ :option:`MODBUS_SERVER ` && \ :option:`MODBUS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/modbus/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:37`` Menu path: (Top) → Sub Systems and OS Services → Modbus support .. code-block:: kconfig config MODBUS_FC08_DIAGNOSTIC bool "Enable FC08 Diagnostic support" default y depends on MODBUS_SERVER && MODBUS help Enable function code 08 Diagnostic support *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*