nuttx/video/edid/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

13 lines
284 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config VIDEO_EDID
bool "EDID Support"
default n
---help---
Enable support for managing EDID data EDID (Extended Display
Identification Data).