2019-07-07 16:40:24 -06:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2019-07-10 16:21:37 -06:00
|
|
|
source video/videomode/Kconfig
|
2019-07-07 16:40:24 -06:00
|
|
|
|
|
|
|
endif # VIDEO
|