:orphan: .. title:: CONFIG_MODBUS_SERIAL .. kconfig:: CONFIG_MODBUS_SERIAL CONFIG_MODBUS_SERIAL #################### *Modbus over serial line support* Type: ``bool`` Help ==== .. code-block:: none Enable Modbus over serial line support. Direct dependencies =================== \ :kconfig:`SERIAL ` && \ :kconfig:`SERIAL_HAS_DRIVER ` && \ :kconfig:`MODBUS ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/modbus/Kconfig:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:37`` Menu path: (Top) → Sub Systems and OS Services → Modbus support .. code-block:: kconfig config MODBUS_SERIAL bool "Modbus over serial line support" default n depends on SERIAL && SERIAL_HAS_DRIVER && MODBUS help Enable Modbus over serial line support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*