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.
This commit is contained in:
Gregory Nutt
2019-07-07 16:40:24 -06:00
parent 8edff9d295
commit dbf286472b
13 changed files with 1230 additions and 98 deletions
+6
View File
@@ -142,6 +142,12 @@ else
OTHERDIRS += audio
endif
ifeq ($(CONFIG_VIDEO),y)
NONFSDIRS += video
else
OTHERDIRS += video
endif
ifeq ($(CONFIG_WIRELESS),y)
NONFSDIRS += wireless
else