1# Copyright (c) 2022 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4# PSA Crypto Random source configuration options
5
6config ENTROPY_PSA_CRYPTO_RNG
7	bool "PSA Crypto Random source Entropy driver"
8	depends on BUILD_WITH_TFM
9	depends on DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED
10	select ENTROPY_HAS_DRIVER
11	default y
12	help
13	  Enable the PSA Crypto source Entropy driver.
14