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>
9 lines
148 B
Text
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
|