blob: 2eb65e6a0aeaa2f770e742faae0a799b89377491 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config IMX8_PRG
tristate
default y if IMX_DPU_CORE=y
default m if IMX_DPU_CORE=m
config IMX8_DPRC
tristate
default y if IMX_DPU_CORE=y
default m if IMX_DPU_CORE=m
source drivers/gpu/imx/ipu-v3/Kconfig
source drivers/gpu/imx/dpu/Kconfig
source drivers/gpu/imx/dpu-blit/Kconfig
source drivers/gpu/imx/dcss/Kconfig
source drivers/gpu/imx/lcdif/Kconfig
|