summaryrefslogtreecommitdiff
path: root/drivers/mxc/ipu/Kconfig
blob: e13759c384253291e2d66de22d856f6ebfbb8887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menu "MXC IPU"

config MXC_IPU
	bool "MXC Image Processing Unit"
	depends on ARCH_MXC
	depends on !ARCH_MX27
	help
	  If you plan to use the Image Processing unit in the MXC, say
	  Y here. If unsure, select Y.

config MXC_IPU_LPMC
	bool
	depends on MXC_IPU

source "drivers/mxc/ipu/pf/Kconfig"

endmenu