zephyr/tests/drivers/entropy/api/Kconfig
Declan Snyder fe1dd118c8 tests: entropy: api: Add nocache buffer option
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>
2022-12-01 17:57:12 +01:00

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."