1config BR2_PACKAGE_LIBMODBUS
2	bool "libmodbus"
3	help
4	  libmodbus is a free software library to send/receive data
5	  according to the Modbus protocol. This library is written in C
6	  and supports RTU (serial) and TCP (Ethernet) communications.
7
8	  https://libmodbus.org
9