diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-03-29 14:21:25 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-11 10:28:04 -0400 |
commit | 4ec168a61bfd1a28701c78704fb69dba2a69429a (patch) | |
tree | d478948a71219be6c29178c38a220c88e336e4bb /drivers/net/dwc_eth_qos.c | |
parent | 70812bb83da61decfd824482e9767db56b2cc932 (diff) |
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: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'drivers/net/dwc_eth_qos.c')
0 files changed, 0 insertions, 0 deletions