video: rockchip: hdmi: contrast uboot and kernel resolution
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / Kconfig
index a70c22257ee6eb1cb630ccc7d7efd4035ecd9873..ad87b9435535510fc1e8a8d0db83de84cf082eb2 100755 (executable)
@@ -1,10 +1,12 @@
 menuconfig FB_ROCKCHIP
-        tristate "Frame buffer support for Rockchip "
-        depends on FB
-        select FB_CFB_FILLRECT
-        select FB_CFB_COPYAREA
-        select FB_CFB_IMAGEBLIT
-        ---help---
+       tristate "Frame buffer support for Rockchip "
+       depends on FB
+       select FB_CFB_FILLRECT
+       select FB_CFB_COPYAREA
+       select FB_CFB_IMAGEBLIT
+       select FB_MODE_HELPERS
+       select VIDEOMODE_HELPERS
+        help
           Framebuffer driver for rockchip based platform
 
 config FB_MIRRORING
@@ -57,52 +59,14 @@ config THREE_FB_BUFFER
            select y if android support three buffer,like Jelly Bean
 
 
-config LCDC_RK2928
-        tristate "rk2928 lcdc support"
-        depends on FB_ROCKCHIP && ARCH_RK2928
-        help
-          Driver for rk2928 lcdc .
-
-config LCDC_RK30
-        tristate "rk30 lcdc support"
-        depends on FB_ROCKCHIP && ARCH_RK30
-        help
-          Driver for rk30 lcdc .There are two lcd controllers on rk30
-
-config LCDC0_RK30
-       bool "lcdc0 support"
-       depends on LCDC_RK30
-       default y
-       help 
-          Support rk30 lcdc0 if you say y here
-
-config LCDC1_RK30
-        bool "lcdc1 support"
-        depends on LCDC_RK30
-        default y if HDMI_RK30
-        help
-           Support rk30 lcdc1 if you say y here
-
-config LCDC_RK3066B
-       tristate "rk3066b lcdc support"
-        depends on FB_ROCKCHIP && ARCH_RK3066B
-        help
-          Driver for rk3066b  lcdc.
-
-config LCDC0_RK3066B
-        bool "lcdc0 support"
-        depends on LCDC_RK3066B
-        default y
-        help
-           Support lcdc0 if you say y here
-
-config LCDC1_RK3066B
-        bool "lcdc1 support"
-        depends on LCDC_RK3066B
-        default n
-        help
-           Support lcdc1 if you say y here
-
+source "drivers/video/rockchip/lcdc/Kconfig"
+source "drivers/video/rockchip/screen/Kconfig"
+source "drivers/video/rockchip/transmitter/Kconfig"
 source "drivers/video/rockchip/hdmi/Kconfig"
+source "drivers/video/rockchip/tve/Kconfig"
 source "drivers/video/rockchip/rga/Kconfig"
-source "drivers/video/rockchip/lvds/Kconfig"
+source "drivers/video/rockchip/rga2/Kconfig"
+source "drivers/video/rockchip/vcodec/Kconfig"
+source "drivers/video/rockchip/iep/Kconfig"
+source "drivers/video/rockchip/dp/Kconfig"
+