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 DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED 9 select ENTROPY_HAS_DRIVER 10 default y 11 help 12 Enable the PSA Crypto source Entropy driver. 13