Skip to content

Commit

Permalink
kconfig: rv32m1: Remove redundant ENTROPY_GENERATOR dependency
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ulfalizer authored and galak committed Feb 12, 2020
1 parent d4f08c3 commit 5c908c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/entropy/Kconfig.rv32m1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

config ENTROPY_RV32M1_TRNG
bool "RV32M1 TRNG driver"
depends on ENTROPY_GENERATOR && SOC_OPENISA_RV32M1_RISCV32
depends on SOC_OPENISA_RV32M1_RISCV32
select ENTROPY_HAS_DRIVER
help
This option enables the true random number generator (TRNG)
Expand Down

0 comments on commit 5c908c6

Please sign in to comment.