1# Copyright (c) 2024 Navimatix GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4config ENTROPY_GENERATOR
5	depends on ZTEST_SHUFFLE
6	bool "Shuffle the order of tests and suites"
7	default y
8
9source "Kconfig.zephyr"
10