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