From bf6ccbb9de32b10af6e48ca9f73207752c7b50ec Mon Sep 17 00:00:00 2001 From: Mahesh Mahadevan Date: Thu, 14 Sep 2023 17:25:23 +0100 Subject: [PATCH] drivers: dma_pxp: Select PXP driver when CONFIG_DISPLAY is enabled The PXP DMA driver is only used by Display drivers. Signed-off-by: Mahesh Mahadevan --- drivers/dma/Kconfig.mcux_pxp | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dma/Kconfig.mcux_pxp b/drivers/dma/Kconfig.mcux_pxp index 054dde52451..b00148304cf 100644 --- a/drivers/dma/Kconfig.mcux_pxp +++ b/drivers/dma/Kconfig.mcux_pxp @@ -5,5 +5,6 @@ config MCUX_PXP bool "MCUX PXP DMA driver" default y depends on DT_HAS_NXP_PXP_ENABLED + depends on DISPLAY help PXP DMA driver for NXP SOCs