move freemodbus tcp server from control to connetion

This commit is contained in:
Wien.b
2023-10-16 02:34:04 -07:00
parent a247de691c
commit b82bdaea6b
37 changed files with 153 additions and 71 deletions
@@ -14,11 +14,3 @@ if CONTROL_PROTOCOL_MODBUS_UART
source "$APP_DIR/Framework/control/ipc_protocol/modbus_uart/Kconfig"
endif
config CONTROL_PROTOCOL_FREEMODBUS_TCP_SERVER
bool "Using modbus_tcp_server control protocol"
default n
select CONTROL_USING_SOCKET
select LIB_USING_FREEMODBUS
if CONTROL_PROTOCOL_FREEMODBUS_TCP_SERVER
source "$APP_DIR/Framework/control/ipc_protocol/freemodbustcpserver/Kconfig"
endif