forked from xuos/xiuos
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.
10 lines
386 B
10 lines
386 B
menuconfig SUPPORT_KNOWING_FRAMEWORK
|
|
bool "support knowing framework"
|
|
default y
|
|
|
|
if SUPPORT_KNOWING_FRAMEWORK
|
|
source "$APP_DIR/Framework/knowing/tensorflow-lite/Kconfig"
|
|
source "$APP_DIR/Framework/knowing/kpu-postprocessing/Kconfig"
|
|
source "$APP_DIR/Framework/knowing/filter/Kconfig"
|
|
source "$APP_DIR/Framework/knowing/ota/Kconfig"
|
|
endif
|
|
|