9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
# Copyright 2023 Fabian Blatz <fabianblatz@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Enable PXP DMA engine and set rotation angle to 0 degrees.
|
|
# This allows us to verify the DMA driver functions without altering
|
|
# the output image
|
|
CONFIG_DMA=y
|
|
CONFIG_MCUX_ELCDIF_PXP=y
|