xiuos/APP_Framework/Framework/connection/industrial_ethernet/Kconfig

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