forked from xuos/xiuos
9 lines
254 B
Plaintext
Executable File
9 lines
254 B
Plaintext
Executable File
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
|