forked from xuos/xiuos
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
config CONNECTION_ADAPTER_ETHERCAT
|
|
bool "Using ethercat on industrial_ethernet adapter device"
|
|
default n
|
|
|
|
if CONNECTION_ADAPTER_ETHERCAT
|
|
source "$APP_DIR/Framework/connection/industrial_ethernet/ethercat/Kconfig"
|
|
endif
|