forked from xuos/xiuos
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
config CONNECTION_MODBUS
|
|
bool "Using industrial fieldbus ModBus"
|
|
default n
|
|
|
|
if CONNECTION_MODBUS
|
|
source "$APP_DIR/Framework/connection/industrial_fieldbus/modbus/Kconfig"
|
|
endif
|
|
|
|
|
|
|