This patch adds i.MX8 pixel combiner driver support. Signed-off-by: Liu Ying <victor.liu@nxp.com>
21 lines
441 B
Plaintext
21 lines
441 B
Plaintext
config IMX8_PC
|
|
tristate
|
|
default y if IMX_DPU_CORE=y
|
|
default m if IMX_DPU_CORE=m
|
|
|
|
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
|