1# NXP ELE entropy configuration options 2 3# Copyright 2025 NXP 4# SPDX-License-Identifier: Apache-2.0 5 6config ENTROPY_NXP_ELE_TRNG 7 bool "NXP ELE TRNG driver" 8 default y 9 depends on DT_HAS_NXP_ELE_TRNG_ENABLED 10 select ENTROPY_HAS_DRIVER 11 help 12 This option enables the ELE true random number generator (TRNG) 13