Merge remote-tracking branch 'aosp/android-3.0' into develop-3.0
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / lcdc / Kconfig
1 config LCDC_RK2928
2         tristate "rk2928 lcdc support"
3         depends on FB_ROCKCHIP && ARCH_RK2928
4         help
5           Driver for rk2928 lcdc .
6
7 config LCDC_RK30
8         tristate "rk30 lcdc support"
9         depends on FB_ROCKCHIP && ARCH_RK30
10         help
11           Driver for rk30 lcdc .There are two lcd controllers on rk30
12
13 config LCDC0_RK30
14         bool "lcdc0 support"
15         depends on LCDC_RK30
16         default y
17         help
18            Support rk30 lcdc0 if you say y here
19
20 config LCDC1_RK30
21         bool "lcdc1 support"
22         depends on LCDC_RK30
23         default y if HDMI_RK30
24         help
25            Support rk30 lcdc1 if you say y here
26
27 config LCDC_RK3066B
28         tristate "rk3066b lcdc support"
29         depends on FB_ROCKCHIP && ARCH_RK3066B
30         help
31           Driver for rk3066b  lcdc.
32
33 config LCDC0_RK3066B
34         bool "lcdc0 support"
35         depends on LCDC_RK3066B
36         default y
37         help
38            Support lcdc0 if you say y here
39
40 config LCDC1_RK3066B
41         bool "lcdc1 support"
42         depends on LCDC_RK3066B
43         default n
44         help
45            Support lcdc1 if you say y here
46
47 config LCDC_RK3188
48         bool "rk3188 lcdc support"
49         depends on FB_ROCKCHIP && ARCH_RK3188
50         help
51           Driver for rk3188 lcdc.There are two lcd controllers on rk3188
52 config LCDC0_RK3188
53         bool "lcdc0 support"
54         depends on LCDC_RK3188
55         help
56           Support rk3188 lcdc0 if you say y here
57 config LCDC0_IO_18V
58         bool "lcdc0 1.8v io support"
59         depends on LCDC0_RK3188
60         default n
61         help
62          LCDC0 io voltage is 1.8V if you say y here,the default voltage is 3.3V
63
64 config LCDC1_RK3188
65         bool "lcdc1 support"
66         depends on LCDC_RK3188
67         help
68           Support rk3188 lcdc1 if you say y here
69
70 config LCDC1_IO_18V
71         bool "lcdc1 1.8v io support"
72         depends on LCDC1_RK3188
73         default n
74         help
75          LCDC1 io voltage is 1.8V if you say y here,the default voltage is 3.3V
76