common: Move ll_boot_init() to init.h
[oweals/u-boot.git] / drivers / video / Kconfig
index 5cc2d9f72e4bb59ddf46dd35da3fe3009e6410ef..50ab3650ee93374fca0337dcf6201001d6ed0149 100644 (file)
@@ -38,7 +38,6 @@ config BACKLIGHT_GPIO
 config VIDEO_BPP8
        bool "Support 8-bit-per-pixel displays"
        depends on DM_VIDEO
-       default y if DM_VIDEO
        help
          Support drawing text and bitmaps onto a 8-bit-per-pixel display.
          Enabling this will include code to support this display. Without
@@ -48,7 +47,6 @@ config VIDEO_BPP8
 config VIDEO_BPP16
        bool "Support 16-bit-per-pixel displays"
        depends on DM_VIDEO
-       default y if DM_VIDEO
        help
          Support drawing text and bitmaps onto a 16-bit-per-pixel display.
          Enabling this will include code to support this display. Without
@@ -58,7 +56,7 @@ config VIDEO_BPP16
 config VIDEO_BPP32
        bool "Support 32-bit-per-pixel displays"
        depends on DM_VIDEO
-       default y if DM_VIDEO
+       default y if X86
        help
          Support drawing text and bitmaps onto a 32-bit-per-pixel display.
          Enabling this will include code to support this display. Without
@@ -68,7 +66,6 @@ config VIDEO_BPP32
 config VIDEO_ANSI
        bool "Support ANSI escape sequences in video console"
        depends on DM_VIDEO
-       default y if DM_VIDEO
        help
          Enable ANSI escape sequence decoding for a more fully functional
          console.
@@ -337,6 +334,15 @@ config VIDEO_LCD_ORISETECH_OTM8009A
        Say Y here if you want to enable support for Orise Technology
        otm8009a 480x800 dsi 2dl panel.
 
+config VIDEO_LCD_RAYDIUM_RM68200
+       bool "RM68200 DSI LCD panel support"
+       depends on DM_VIDEO
+       select VIDEO_MIPI_DSI
+       default n
+       help
+       Say Y here if you want to enable support for Raydium RM68200
+       720x1280 DSI video mode panel.
+
 config VIDEO_LCD_SSD2828
        bool "SSD2828 bridge chip"
        default n