Kconfig 321 B

123456789101112131415161718
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. comment "Video subsystem"
  6. config VIDEO
  7. bool "Video Support"
  8. default n
  9. ---help---
  10. Enables overall support for Video library.
  11. if VIDEO
  12. source video/videomode/Kconfig
  13. endif # VIDEO