Files
i2som-imx-linux/drivers/gpu/imx/dpu/Kconfig
Liu Ying 2d744901e4 MLK-19413-9 gpu: imx: dpu: Kconfig: Select IMX8_PC
This patch selects IMX8_PC when DPU core is enabled.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-02-12 10:33:42 +08:00

13 lines
369 B
Plaintext

config IMX_DPU_CORE
tristate "i.MX DPU core support"
depends on ARCH_FSL_IMX8QM || ARCH_FSL_IMX8QXP
select RESET_CONTROLLER
select GENERIC_IRQ_CHIP
select IMX8_PC
select IMX8_PRG
select IMX8_DPRC
help
Choose this if you have a Freescale i.MX8QM or i.MX8QXP system and
want to use the Display Processing Unit. This option only enables
DPU base support.