7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
menuconfig USING_IMAGE_PROCESSING
|
|
bool "image processing "
|
|
default n
|
|
if USING_IMAGE_PROCESSING
|
|
source "$APP_DIR/Framework/knowing/image_processing/TJpgDec/Kconfig"
|
|
endif
|