Skip to content
Commit 4ec168a6 authored by Patrick Delaunay's avatar Patrick Delaunay Committed by Tom Rini
Browse files

configs: add support of OPTEE RNG in stm32mp15 defconfig



When the RNG device is secured with OP-TEE, it is only accessible with
the HWRNG TA, the CONFIG_RNG_OPTEE is needed for STM32MP15 targets
with OP-TEE support.

The probe of this RNG driver fails when the TA is not available in OP-TEE
and the previous driver can be used, as CONFIG_RNG_STM32MP1 is activated
and when the associated node is activated in the device tree with:

&rng1 {
	status = "okay";
};

When the RNG is used in OP-TEE, this node should be deactivated in
the Linux and U-Boot device tree.

Signed-off-by: default avatarPatrick Delaunay <patrick.delaunay@foss.st.com>
parent 70812bb8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment