1# Copyright 2023 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config MCUX_PXP 5 bool "MCUX PXP DMA driver" 6 default y 7 depends on DT_HAS_NXP_PXP_ENABLED 8 depends on DISPLAY 9 help 10 PXP DMA driver for NXP SOCs 11