choice: Supported node roles

Supported node roles

Type: bool

Help

Specify the type of supported node roles.

Direct dependencies

MODBUS

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/modbus/Kconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:37

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

choice
    bool "Supported node roles"
    default MODBUS_ROLE_CLIENT_SERVER
    depends on MODBUS
    help
      Specify the type of supported node roles.

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