rk3188:add lcdc support
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / Kconfig
index a70c22257ee6eb1cb630ccc7d7efd4035ecd9873..cc05d0aded2fa07ecab42ee47368245320f0c24a 100755 (executable)
@@ -103,6 +103,23 @@ config LCDC1_RK3066B
         help
            Support lcdc1 if you say y here
 
+config LCDC_RK3188
+       bool "rk3188 lcdc support"
+       depends on FB_ROCKCHIP && ARCH_RK3188
+       help
+         Driver for rk3188 lcdc.There are two lcd controllers on rk3188
+config LCDC0_RK3188
+       bool "lcdc0 support"
+       depends on LCDC_RK3188
+       help
+         Support rk3188 lcdc0 if you say y here
+
+config LCDC1_RK3188
+        bool "lcdc1 support"
+        depends on LCDC_RK3188
+        help
+          Support rk3188 lcdc1 if you say y here
+
 source "drivers/video/rockchip/hdmi/Kconfig"
 source "drivers/video/rockchip/rga/Kconfig"
 source "drivers/video/rockchip/lvds/Kconfig"