walnux/video/Kconfig
Luchian Mihai 7335b36eca
Some checks failed
Build Documentation / build-html (push) Has been cancelled
Docker-Linux / push (push) Has been cancelled
walnux: moveout
2025-11-04 19:15:10 +02:00

16 lines
300 B
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
menuconfig VIDEO
bool "Video Support"
default n
---help---
Enables overall support for Video library.
if VIDEO
source "video/videomode/Kconfig"
endif # VIDEO