From 930645a076682329717612a8bf0f8d6bdd0f1485 Mon Sep 17 00:00:00 2001 From: zwl Date: Tue, 29 Jul 2014 17:30:41 +0800 Subject: [PATCH] Kconfig: add rk312x lcdc and rk31xx lvds option --- arch/arm/configs/rockchip_defconfig | 1 + drivers/video/rockchip/lcdc/Kconfig | 8 +++++++- drivers/video/rockchip/transmitter/Kconfig | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/rockchip_defconfig b/arch/arm/configs/rockchip_defconfig index 7b402b42cd20..554a4d770a8d 100644 --- a/arch/arm/configs/rockchip_defconfig +++ b/arch/arm/configs/rockchip_defconfig @@ -361,6 +361,7 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_PWM=y CONFIG_FB_ROCKCHIP=y CONFIG_LCDC_RK3188=y +CONFIG_LCDC_RK312X=y CONFIG_LCDC_RK3288=y CONFIG_RK_TRSM=y CONFIG_RK32_LVDS=y diff --git a/drivers/video/rockchip/lcdc/Kconfig b/drivers/video/rockchip/lcdc/Kconfig index 6c0d314028a6..5c69c75ffd16 100755 --- a/drivers/video/rockchip/lcdc/Kconfig +++ b/drivers/video/rockchip/lcdc/Kconfig @@ -36,4 +36,10 @@ config LCDC_RK3036 bool "rk3036 lcdc support" depends on DRM_ROCKCHIP || FB_ROCKCHIP help - Driver for rk3036 lcdc. \ No newline at end of file + Driver for rk3036 lcdc. + +config LCDC_RK312X + bool "rk312x lcdc support" + depends on DRM_ROCKCHIP || FB_ROCKCHIP + help + Driver for rk312x lcdc. diff --git a/drivers/video/rockchip/transmitter/Kconfig b/drivers/video/rockchip/transmitter/Kconfig index 7558517f9e6d..295a8cbff33c 100755 --- a/drivers/video/rockchip/transmitter/Kconfig +++ b/drivers/video/rockchip/transmitter/Kconfig @@ -16,6 +16,10 @@ config RK32_LVDS bool "RK32 lvds transmitter support" depends on RK_TRSM +config RK31XX_LVDS + bool "RK312x/RK3190 lvds transmitter support" + depends on RK_TRSM + config RK610_LVDS bool "RK610(Jetta) lvds transmitter support" depends on MFD_RK610 && RK_TRSM -- 2.34.1