bf6ccbb9de
The PXP DMA driver is only used by Display drivers. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
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
|