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 <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
2ea6130535
commit
bf6ccbb9de
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue