You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
231 B
8 lines
231 B
menuconfig SUPPORT_CONTROL_FRAMEWORK
|
|
bool "support control framework"
|
|
default n
|
|
select TRANSFORM_LAYER_ATTRIUBUTE
|
|
|
|
if SUPPORT_CONTROL_FRAMEWORK
|
|
source "$APP_DIR/Framework/control/plc/interoperability/Kconfig"
|
|
endif
|
|
|