forked from xuos/xiuos
add kconfig for application framework
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
menuconfig SUPPORT_KNOWING_FRAMEWORK
|
||||
bool "support knowing framework"
|
||||
default y
|
||||
|
||||
if SUPPORT_KNOWING_FRAMEWORK
|
||||
source "$APP_DIR/Framework/know/tflite_sin/Kconfig"
|
||||
source "$APP_DIR/Framework/know/tflite_mnist/Kconfig"
|
||||
endif
|
||||
Reference in New Issue
Block a user