summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGatien Chevallier <[email protected]>2023-09-19 17:27:54 +0200
committerPatrice Chotard <[email protected]>2023-10-04 13:26:03 +0200
commit81a751dcd9013aeb7eb9f1d2746dfa2fa734907d (patch)
tree0f294346aad237514161eb308b12fdfd74644175 /configs
parent77e0c6087923574579abe1a04538bb4982e33d55 (diff)
configs: default activate CONFIG_RNG_STM32 for STM32MP13x platforms
Default embed this configuration. If OP-TEE PTA RNG is exposed, it means that the RNG is managed by the secure world. Therefore, the RNG node should be disabled in the device tree as an access would be denied by the hardware firewall. Signed-off-by: Gatien Chevallier <[email protected]> Reviewed-by: Patrick Delaunay <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/stm32mp13_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig
index 4e837533dc5..ad23692d57e 100644
--- a/configs/stm32mp13_defconfig
+++ b/configs/stm32mp13_defconfig
@@ -65,6 +65,7 @@ CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_REGULATOR_SCMI=y
CONFIG_RESET_SCMI=y
CONFIG_DM_RNG=y
+CONFIG_RNG_STM32=y
CONFIG_DM_RTC=y
CONFIG_RTC_STM32=y
CONFIG_SERIAL_RX_BUFFER=y