]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/Kconfig
of: clean up OF_CONTROL ifdef conditionals
[u-boot] / drivers / video / Kconfig
index 3244cd7eddba19fca48f61902d4c916248b67fef..caf1efcbb3377b087c7fd5560ca5fa888590af9a 100644 (file)
@@ -1,3 +1,9 @@
+#
+# Video configuration
+#
+
+menu "Graphics support"
+
 config VIDEO_VESA
        bool "Enable VESA video driver support"
        default n
@@ -38,7 +44,7 @@ config FRAMEBUFFER_VESA_MODE_104
        bool "1024x768 16-color"
 
 config FRAMEBUFFER_VESA_MODE_105
-       bool "1024x7686 256-color"
+       bool "1024x768 256-color"
 
 config FRAMEBUFFER_VESA_MODE_106
        bool "1280x1024 16-color"
@@ -145,6 +151,14 @@ config FRAMEBUFFER_VESA_MODE
        default 0x11B if FRAMEBUFFER_VESA_MODE_11B
        default 0x117 if FRAMEBUFFER_VESA_MODE_USER
 
+config VIDEO_LCD_ANX9804
+       bool "ANX9804 bridge chip"
+       default n
+       ---help---
+       Support for the ANX9804 bridge chip, which can take pixel data coming
+       from a parallel LCD interface and translate it on the fy into a DP
+       interface for driving eDP TFT displays. It uses I2C for configuration.
+
 config VIDEO_LCD_SSD2828
        bool "SSD2828 bridge chip"
        default n
@@ -242,3 +256,5 @@ config VIDEO_TEGRA124
           have an eDP display connected.
 
 source "drivers/video/bridge/Kconfig"
+
+endmenu