MIPI: Provide a function,get screen type,for frequency conversion.
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / transmitter / Kconfig
1
2 menuconfig RK_TRSM
3         bool "RockChip display transmitter support"
4         depends on FB_ROCKCHIP || DRM_ROCKCHIP
5
6 config RK2928_LVDS
7         bool "RK2928/RK2926 lvds transmitter support"
8         depends on ARCH_RK2928 && RK_TRSM
9
10 config RK3026_LVDS
11         depends on ARCH_RK3026 && RK_TRSM
12         bool "RK3026/RK3028A lvds transmitter support"
13         default y       
14
15 config RK32_LVDS
16         bool "RK32 lvds transmitter support"
17         depends on RK_TRSM
18
19 config RK31XX_LVDS
20         bool "RK312x/RK3190/3368 lvds transmitter support"
21         depends on RK_TRSM
22         help
23                 If use LVDS or RGB output interface,selete this module.
24
25 config RK610_LVDS
26         bool "RK610(Jetta) lvds transmitter support"
27         depends on MFD_RK610 && RK_TRSM 
28         help
29                 Support Jetta(RK610) to output LCD1 and LVDS.
30
31 config RK616_LVDS
32         bool "RK616(JettaB) lvds,lcd,scaler vido interface support"
33         depends on MFD_RK616 && RK_TRSM
34         help
35            RK616(Jetta B) LVDS,LCD,scaler transmitter support.
36                 
37
38 config DP_ANX6345
39         bool "RGB to DisplayPort transmitter anx6345,anx9804,anx9805 support"
40         depends on RK_TRSM
41
42 config DP501
43         bool"RGB to DisplayPort transmitter dp501 support"
44         depends on RK_TRSM
45
46 config RK32_DP
47         bool "RK32 RGB to DisplayPort transmitter support "
48         depends on RK_TRSM
49
50 config RK_VGA
51          bool "VGA support on RockChip platform"
52          depends on RK_TRSM
53          default y
54          help
55            say y here will enable VGA on RockChip platform
56
57 config MIPI_DSI
58         depends on RK_TRSM
59         bool "Rockchip MIPI DSI support"
60
61 config TC358768_RGB2MIPI
62         tristate "toshiba TC358768 RGB to MIPI DSI"
63         depends on MIPI_DSI
64         help
65         "a chip that change RGB interface parallel signal into DSI serial signal"
66
67 config SSD2828_RGB2MIPI
68         tristate "solomon SSD2828 RGB to MIPI DSI"
69                 depends on MIPI_DSI
70         help
71         "a chip that change RGB interface parallel signal into DSI serial signal"
72
73 config RK32_MIPI_DSI
74         tristate "rk32 mipi dsi support"
75         depends on MIPI_DSI
76         help
77            Rockchip mipi dsi support.           
78
79                         
80 config RK616_MIPI_DSI_RST
81         bool "Reset the rockchip mipi dsi"
82         depends on MFD_RK616 && RK616_MIPI_DSI && RK616_USE_MCLK_12M
83         default y
84         help
85          if you say y here: inset the hdmi, mipi lcd will be reset. 
86