Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config IMX_IPUV3_CORE
0003         tristate "IPUv3 core support"
0004         depends on SOC_IMX5 || SOC_IMX6Q || ARCH_MULTIPLATFORM || COMPILE_TEST
0005         depends on DRM || !DRM # if DRM=m, this can't be 'y'
0006         select BITREVERSE
0007         select GENERIC_ALLOCATOR if DRM
0008         select GENERIC_IRQ_CHIP
0009         help
0010           Choose this if you have a i.MX5/6 system and want to use the Image
0011           Processing Unit. This option only enables IPU base support.