Skip to content

Commit 70b3e7a

Browse files
loopjcfriedt
authored andcommitted
drivers: entropy: add support for EFR32MG22 SoCs
Use CRYPTO_ACC_GECKO_TRNG for entropy on all xG22 SoCs. Signed-off-by: James Smith <[email protected]>
1 parent 9b32f02 commit 70b3e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/entropy/Kconfig.gecko

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config ENTROPY_GECKO_TRNG
99
default y
1010
depends on DT_HAS_SILABS_GECKO_TRNG_ENABLED
1111
select ENTROPY_HAS_DRIVER
12-
select CRYPTO_ACC_GECKO_TRNG if SOC_SERIES_EFR32BG22
12+
select CRYPTO_ACC_GECKO_TRNG if SOC_SILABS_XG22
1313
select CRYPTO_ACC_GECKO_TRNG if SOC_SERIES_EFR32BG27
1414
help
1515
This option enables the true random number generator

0 commit comments

Comments
 (0)