summaryrefslogtreecommitdiff
path: root/drivers/gpu/imx/dpu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/imx/dpu/Kconfig')
-rw-r--r--drivers/gpu/imx/dpu/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpu/imx/dpu/Kconfig b/drivers/gpu/imx/dpu/Kconfig
new file mode 100644
index 000000000000..ba89d95a0b07
--- /dev/null
+++ b/drivers/gpu/imx/dpu/Kconfig
@@ -0,0 +1,11 @@
+config IMX_DPU_CORE
+ tristate "i.MX DPU core support"
+ depends on ARCH_FSL_IMX8QM || ARCH_FSL_IMX8QXP
+ depends on RESET_CONTROLLER
+ select GENERIC_IRQ_CHIP
+ 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.