summaryrefslogtreecommitdiffstats
path: root/drivers/video/imx-ipu-v3/Kconfig
blob: 55aeac941550da072e1ac1d7fe8b5a0d7c471557 (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
config DRIVER_VIDEO_IMX_IPUV3
	bool "i.MX IPUv3 driver"
	depends on ARCH_IMX
	select VIDEO_VPL
	select OFTREE
	help
	  Support the IPUv3 found on Freescale i.MX51/53/6 SoCs

if DRIVER_VIDEO_IMX_IPUV3

config DRIVER_VIDEO_IMX_IPUV3_LVDS
	bool "IPUv3 LVDS support"
	select OFDEVICE

config DRIVER_VIDEO_IMX_IPUV3_HDMI
	bool "IPUv3 HDMI support"
	depends on DRIVER_VIDEO_EDID
	select OFDEVICE

config DRIVER_VIDEO_IMX_IPUV3_PARALLEL
	bool "IPUv3 parallel display support"
	select OFDEVICE

endif