Skip to content

Commit 22f9592

Browse files
committed
kconfig: rv32m1: Remove redundant ENTROPY_GENERATOR dependency
Kconfig.rv32m1 is already 'source'd within an 'if ENTROPY_GENERATOR', so ENTROPY_RV32M1_TRNG does not need a 'depends on ENTROPY_GENERATOR'. Flagged by zephyrproject-rtos/ci-tools#128. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent 63fddba commit 22f9592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/entropy/Kconfig.rv32m1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
config ENTROPY_RV32M1_TRNG
77
bool "RV32M1 TRNG driver"
8-
depends on ENTROPY_GENERATOR && SOC_OPENISA_RV32M1_RISCV32
8+
depends on SOC_OPENISA_RV32M1_RISCV32
99
select ENTROPY_HAS_DRIVER
1010
help
1111
This option enables the true random number generator (TRNG)

0 commit comments

Comments
 (0)