nuttx-mirror/video/Kconfig
Gregory Nutt dbf286472b Squashed commit of the following:
video/edid:  Add some initial EDID logic ported from FreeBSD.
    video/:  Add basic configure and build support for a video subsystem.
2019-07-07 16:40:24 -06:00

18 lines
316 B
Text

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