rk_fb: video: add rk3228 vop support

Change-Id: Iaa8ea3da4de2746c4cff5e0e820b8f0508c44d55
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
This commit is contained in:
Mark Yao
2015-09-21 15:57:30 +08:00
parent 9216969855
commit 6360549b2c
4 changed files with 5211 additions and 0 deletions

6
drivers/video/rockchip/lcdc/Kconfig Executable file → Normal file
View File

@@ -50,3 +50,9 @@ config LCDC_RK3368
depends on ARM64
help
Driver for rk3368 lcdc.There are one lcd controllers on rk3368
config LCDC_RK3228
bool "rk3228 lcdc support"
depends on FB_ROCKCHIP
help
Driver for rk3228 lcdc.There are one lcd controllers on rk3228

View File

@@ -6,3 +6,4 @@ obj-$(CONFIG_LCDC_RK3288) += rk3288_lcdc.o
obj-$(CONFIG_LCDC_RK3036) += rk3036_lcdc.o
obj-$(CONFIG_LCDC_RK312X) += rk312x_lcdc.o
obj-$(CONFIG_LCDC_RK3368) += rk3368_lcdc.o
obj-$(CONFIG_LCDC_RK3228) += rk3228_lcdc.o

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff