2019-07-08 06:40:24 +08: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
|
|
|
|
|
2021-07-20 19:10:10 +08:00
|
|
|
source "video/videomode/Kconfig"
|
2019-07-08 06:40:24 +08:00
|
|
|
|
|
|
|
endif # VIDEO
|