Merge remote-tracking branch 'origin/upstream/linux-linaro-lsk-v3.10-android+android...
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / Kconfig
1 menuconfig FB_ROCKCHIP
2         tristate "Frame buffer support for Rockchip "
3         depends on FB
4         select FB_CFB_FILLRECT
5         select FB_CFB_COPYAREA
6         select FB_CFB_IMAGEBLIT
7         ---help---
8           Framebuffer driver for rockchip based platform
9
10 config FB_MIRRORING
11         bool     "Mirroring support"
12         depends on FB_ROCKCHIP
13 choice
14         bool "Dual display ploy select"
15         depends on FB_ROCKCHIP
16         default NO_DUAL_DISP
17         help
18           If you use dual lcdc for dual display ,select "implement dual display in kernel with dual lcdc"
19           If you use one lcdc like rk2928 or one lcdc with RK Jetta,select "one lcdc dual output display interface support"
20         
21 config DUAL_LCDC_DUAL_DISP_IN_KERNEL
22         bool "implement dual display in kernel with dual lcdc"
23         depends on FB_ROCKCHIP
24         help
25           select y will implement dual screen display in kernel
26
27 config ONE_LCDC_DUAL_OUTPUT_INF
28         bool "one lcdc dual output display interface support"
29         depends on FB_ROCKCHIP
30         help
31           select y if on platform like rk2928 which have one lcdc but two output interface
32 config NO_DUAL_DISP
33         bool "NO dual display needed"
34         depends on FB_ROCKCHIP
35         help
36           No dual display needed
37 endchoice
38
39 config FB_ROTATE
40         bool"FB rotate support"
41         depends on FB_ROCKCHIP
42         default n
43         help
44           select y if you need rotate your screen
45
46 config ROTATE_ORIENTATION
47         int "rotate orientation"
48         depends on FB_ROTATE
49         default 0
50         help
51           select 0, 90, 180,270 according to your Mold
52 config THREE_FB_BUFFER
53         bool "Three fb buffer support"
54         depends on FB_ROCKCHIP
55         default y
56         help
57            select y if android support three buffer,like Jelly Bean
58
59
60 source "drivers/video/rockchip/lcdc/Kconfig"
61 source "drivers/video/rockchip/screen/Kconfig"
62 source "drivers/video/rockchip/transmitter/Kconfig"
63 source "drivers/video/rockchip/hdmi/Kconfig"
64 source "drivers/video/rockchip/tve/Kconfig"
65 source "drivers/video/rockchip/rga/Kconfig"
66