# Arm CC3xx entropy driver for nRF52840 and nRF9160
#
# Copyright (c) 2019 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause

config ENTROPY_CC3XX
	bool "Arm CC3XX RNG driver for Nordic devices"
	depends on HAS_HW_NRF_CC3XX && !BUILD_WITH_TFM
	depends on ENTROPY_GENERATOR
	select ENTROPY_HAS_DRIVER
	default y
	help
	  This option enables the Arm CC3xx RNG devices in nRF52840, nRF5340,
	  and nRF9160 for targets that don't use TF-M.
	  This is dependent on CC3xx being enabled in nrf_security.
