DMM stands for Device Memory Management and its role is to streamline the process of allocating DMA buffer in correct memory region and managing the data cache. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HAS_NORDIC_DMM
|
|
bool
|
|
|
|
rsource "vpr/Kconfig"
|