1# Copyright NXP 2022
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "Entropy API Test"
5
6source "Kconfig.zephyr"
7source "tests/drivers/entropy/api/Kconfig.mcux"
8
9config RANDOM_BUFFER_NOCACHED
10	bool "Put the buffer of randomly generated numbers in nocache region."
11