[Modbus] Add KConfig for Modbus.

This commit is contained in:
armink
2017-04-14 13:39:28 +08:00
parent be18a1d0e7
commit c8ae11c428
2 changed files with 19 additions and 0 deletions
+2
View File
@@ -122,4 +122,6 @@ config RT_USING_LWIP
endmenu
source "$RTT_DIR/components/net/freemodbus/KConfig"
endmenu
+17
View File
@@ -0,0 +1,17 @@
menu "Modbus master and slave stack"
config RT_USING_MODBUS
bool "Enable Modbus stack"
default n
if RT_USING_MODBUS
config RT_MODBUS_MASTER_RTU
bool "RTU master mode"
default n
config RT_MODBUS_SLAVE_RTU
bool "RTU slave mode"
default n
endif
endmenu