16 lines
252 B
Plaintext
Raw Permalink Normal View History

2025-02-27 17:59:18 +08:00
menu "Demos::Media::Video"
config JPEGDEC_SW
bool "Enable SoftWare Jpeg Decode"
default n
help
Enable jpeg_dec interface
config JPEGDEC_LIBJPEG
bool "Enable libjpeg"
default n
config SPIDMA
bool "Enable Spi Dma"
default n
endmenu