Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32WB0: add TRNG support #83152

Merged
merged 7 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion drivers/entropy/Kconfig.stm32
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
menuconfig ENTROPY_STM32_RNG
bool "STM32 RNG driver"
default y
depends on DT_HAS_ST_STM32_RNG_ENABLED
depends on DT_HAS_ST_STM32_RNG_ENABLED || DT_HAS_ST_STM32_RNG_NOIRQ_ENABLED
select ENTROPY_HAS_DRIVER
select USE_STM32_LL_RNG
help
Expand Down Expand Up @@ -55,6 +55,7 @@ config ENTROPY_STM32_ISR_THRESHOLD

config ENTROPY_STM32_CLK_CHECK
bool "Runtime clock configuration check"
depends on !SOC_SERIES_STM32WB0X
default y
help
Enables a check on RNG clock configuration. Correct clock
Expand Down
Loading
Loading