treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / gpu / ipu-v3 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
39b9004d
PZ
2config IMX_IPUV3_CORE
3 tristate "IPUv3 core support"
4cfea3c1 4 depends on SOC_IMX5 || SOC_IMX6Q || ARCH_MULTIPLATFORM || COMPILE_TEST
2406b296 5 depends on DRM || !DRM # if DRM=m, this can't be 'y'
4cfea3c1
PZ
6 select BITREVERSE
7 select GENERIC_ALLOCATOR if DRM
b6c044a3 8 select GENERIC_IRQ_CHIP
39b9004d
PZ
9 help
10 Choose this if you have a i.MX5/6 system and want to use the Image
11 Processing Unit. This option only enables IPU base support.