zephyr/tests/drivers/entropy/api/Kconfig.mcux
Declan Snyder b5708e273b drivers: entropy: Fix MCUX CAAM Entropy
Re-enable the CAAM for entropy
now that the HAL driver has been fixed

Job descriptors must be accessed coherently
between CAAM DMA and core.

The M4 Cores still do not work
because of mpu/cache/kconfig arch complications,
disable caam for M4 cores in DTS

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2022-12-01 17:57:12 +01:00

9 lines
148 B
Text

# Copyright NXP 2022
# SPDX-License-Identifier: Apache-2.0
if ENTROPY_MCUX_CAAM
config RANDOM_BUFFER_NOCACHED
default y if NOCACHE_MEMORY
endif