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 https://github.com/zephyrproject-rtos/ci-tools/pull/128. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
d4f08c3fe2
commit
5c908c6c4f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue