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
+4
View File
@@ -1684,6 +1684,10 @@ menu "Audio Support"
source audio/Kconfig
endmenu
menu "Video Support"
source video/Kconfig
endmenu
menu "Wireless Support"
source wireless/Kconfig
endmenu