Add a Kconfig option to put the buffer for random numbers in the nocache region instead of on the stack. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
10 lines
264 B
Text
10 lines
264 B
Text
# Copyright NXP 2022
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "Entropy API Test"
|
|
|
|
source "Kconfig.zephyr"
|
|
source "tests/drivers/entropy/api/Kconfig.mcux"
|
|
|
|
config RANDOM_BUFFER_NOCACHED
|
|
bool "Put the buffer of randomly generated numbers in nocache region."
|