2019-05-19 08:07:45 -04:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-09-30 10:13:39 -04:00
|
|
|
config IMX_IPUV3_CORE
|
|
|
|
tristate "IPUv3 core support"
|
2022-12-09 17:05:54 -05:00
|
|
|
depends on SOC_IMX5 || SOC_IMX6Q || COMPILE_TEST
|
2017-07-21 16:56:19 -04:00
|
|
|
depends on DRM || !DRM # if DRM=m, this can't be 'y'
|
2017-12-19 06:32:53 -05:00
|
|
|
select BITREVERSE
|
|
|
|
select GENERIC_ALLOCATOR if DRM
|
2014-08-02 22:36:59 -04:00
|
|
|
select GENERIC_IRQ_CHIP
|
2013-09-30 10:13:39 -04:00
|
|
|
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.
|