projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c485d47
)
MLK-15110-4 gpu: imx: dpu: Select IMX8_PRG and IMX8_DPRC in Kconfig
author
Liu Ying
<victor.liu@nxp.com>
Mon, 19 Jun 2017 05:05:23 +0000
(13:05 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:50:43 +0000
(14:50 -0500)
Since we needs to use PRG and DPR in DPU base driver, let's select
the two drivers when we enable DPU.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
drivers/gpu/imx/dpu/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/imx/dpu/Kconfig
b/drivers/gpu/imx/dpu/Kconfig
index
1a1f5a9
..
ba89d95
100644
(file)
--- a/
drivers/gpu/imx/dpu/Kconfig
+++ b/
drivers/gpu/imx/dpu/Kconfig
@@
-3,6
+3,8
@@
config IMX_DPU_CORE
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