mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
9fcc00eafd
Some of these dependencies used to be sensible when only a small part of
the platforms supported by ARCH=arm could be compiled together in a
single kernel image. Nowadays ARCH_MULTIPLATFORM is only used as a guard
for kernel options incompatible with a multiplatform image. See commit
84fc863606
("ARM: make ARCH_MULTIPLATFORM user-visible") for some more
details.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221209220555.3631364-1-u.kleine-koenig@pengutronix.de
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config IMX_IPUV3_CORE
|
|
tristate "IPUv3 core support"
|
|
depends on SOC_IMX5 || SOC_IMX6Q || COMPILE_TEST
|
|
depends on DRM || !DRM # if DRM=m, this can't be 'y'
|
|
select BITREVERSE
|
|
select GENERIC_ALLOCATOR if DRM
|
|
select GENERIC_IRQ_CHIP
|
|
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.
|