summaryrefslogtreecommitdiff
path: root/drivers/video/imx/Kconfig
blob: c25f209629ec16838142d9aab8a545fcdada60de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

config VIDEO_IPUV3
	bool "i.MX IPUv3 Core video support"
	depends on VIDEO && (MX5 || MX6)
	imply VIDEO_DAMAGE
	help
	  This enables framebuffer driver for i.MX processors working
	  on the IPUv3(Image Processing Unit) internal graphic processor.

config IMX_VIDEO_SKIP
	bool "Enable calling board_video_skip function"
	depends on VIDEO_IPUV3

config IMX_HDMI
	bool "Enable HDMI support in IPUv3"
	depends on VIDEO_IPUV3

config IPU_CLK_LEGACY
	bool "Use legacy clock management for IPU"
	depends on VIDEO_IPUV3 && !CLK
	default y
	help
	 Use legacy clock management instead of Common Clock Framework.

config IMX_LDB
	bool "Freescale i.MX8MP LDB bridge"
	depends on VIDEO_BRIDGE
	help
	  Support for i.MX8MP DPI-to-LVDS on-SoC encoder.

config IMX_LCDIF
	bool "i.MX LCDIFv3 LCD controller"
	depends on MACH_IMX