7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
menuconfig USING_IMAGE_PROCESSING_APP
|
|
bool "image processing app "
|
|
default n
|
|
if USING_IMAGE_PROCESSING_APP
|
|
source "$APP_DIR/Applications/knowing_app/image_processing/TJpgDec_APP/Kconfig"
|
|
endif
|