Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_IMX_IPUV3_CORE
	tristate "IPUv3 core support"
	depends on CONFIG_SOC_IMX5 || CONFIG_SOC_IMX6Q || CONFIG_ARCH_MULTIPLATFORM || CONFIG_COMPILE_TEST
	depends on CONFIG_DRM || !CONFIG_DRM # if CONFIG_DRM=m, this can't be 'y'
	select CONFIG_BITREVERSE
	select CONFIG_GENERIC_ALLOCATOR if CONFIG_DRM
	select CONFIG_GENERIC_IRQ_CHIP
	help
	  Choose this if you have a i.MX5/6 system and want to use the Image
	  Processing Unit. This option only enables IPU base support.