Skip to content

Commit 6875651

Browse files
asmellbyXH-YongbingLiu
authored andcommitted
drivers: entropy: gecko: Configure for all xg27 socs
Use cryptoacc variant on all xg27 socs. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent 7888fa7 commit 6875651

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/entropy/Kconfig.gecko

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +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_SILABS_XG22
13-
select CRYPTO_ACC_GECKO_TRNG if SOC_SERIES_EFR32BG27
12+
select CRYPTO_ACC_GECKO_TRNG if SOC_SILABS_XG22 || SOC_SILABS_XG27
1413
help
1514
This option enables the true random number generator
1615
driver based on the TRNG.

0 commit comments

Comments
 (0)