12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config IMX_IPUV3_CORE3 tristate "IPUv3 core support"4 depends on SOC_IMX5 || SOC_IMX6Q || COMPILE_TEST5 depends on DRM || !DRM # if DRM=m, this can't be 'y'6 select BITREVERSE7 select GENERIC_ALLOCATOR if DRM8 select GENERIC_IRQ_CHIP9 help10 Choose this if you have a i.MX5/6 system and want to use the Image11 Processing Unit. This option only enables IPU base support.12