]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/video/mxc/Kconfig
video: mxc: use of_get_videomode() to set up the video timing
[karo-tx-linux.git] / drivers / video / mxc / Kconfig
1 config FB_MXC
2         tristate "MXC Framebuffer support"
3         depends on FB
4         select FB_CFB_FILLRECT
5         select FB_CFB_COPYAREA
6         select FB_CFB_IMAGEBLIT
7         select FB_MODE_HELPERS
8         default y
9         help
10           This is a framebuffer device for the MXC LCD Controller.
11           See <http://www.linux-fbdev.org/> for information on framebuffer
12           devices.
13
14           If you plan to use the LCD display with your MXC system, say
15           Y here.
16
17 config FB_MXC_SYNC_PANEL
18         depends on FB_MXC
19         tristate "Synchronous Panel Framebuffer"
20         select VIDEOMODE_HELPERS
21
22 config FB_MXC_LDB
23         tristate "MXC LDB"
24         depends on FB_MXC_SYNC_PANEL
25         depends on MXC_IPU_V3
26         select VIDEOMODE_HELPERS
27
28 config FB_MXC_MIPI_DSI
29         tristate "MXC MIPI_DSI"
30         depends on FB_MXC_SYNC_PANEL
31         depends on MXC_IPU_V3
32
33 config FB_MXC_TRULY_WVGA_SYNC_PANEL
34         tristate "TRULY WVGA Panel"
35         depends on FB_MXC_SYNC_PANEL
36         depends on FB_MXC_MIPI_DSI
37
38 config FB_MXC_HDMI
39         depends on FB_MXC_SYNC_PANEL
40         depends on MXC_IPU_V3
41         depends on I2C
42         tristate "MXC HDMI driver support"
43         select MFD_MXC_HDMI
44         help
45           Driver for the on-chip MXC HDMI controller.
46
47 config FB_MXC_EDID
48      depends on FB_MXC && I2C
49      tristate "MXC EDID support"
50      default y
51
52 config FB_MXC_EINK_PANEL
53         depends on FB_MXC
54         depends on DMA_ENGINE
55         select FB_DEFERRED_IO
56         tristate "E-Ink Panel Framebuffer"
57
58 config FB_MXC_EINK_AUTO_UPDATE_MODE
59     bool "E-Ink Auto-update Mode Support"
60     default n
61     depends on FB_MXC_EINK_PANEL
62
63 config FB_MXS_SII902X
64         tristate "Si Image SII9022 DVI/HDMI Interface Chip"
65         depends on FB_MXS && I2C
66
67 config HANNSTAR_CABC
68         tristate "Hannstar CABC function"
69         help
70           Say yes here to support switching on/off Hannstar CABC
71           function.  This function turns backlight density of a
72           display panel automatically according to the content
73           shown on the panel.