Kconfigs: All RNG selections also must select ARCH_HAVE_RNG
This commit is contained in:
parent
6e000dc4fa
commit
8df80e6615
@ -183,6 +183,7 @@ config KINETIS_RNGB
|
||||
bool "Random number generator"
|
||||
default n
|
||||
depends on ARCH_FAMILY_K60
|
||||
select ARCH_HAVE_RNG
|
||||
---help---
|
||||
Support the random number generator(K60 only)
|
||||
|
||||
|
@ -69,6 +69,7 @@ config KL_RNGB
|
||||
bool "Random number generator"
|
||||
default n
|
||||
depends on ARCH_FAMILY_K60
|
||||
select ARCH_HAVE_RNG
|
||||
---help---
|
||||
Support the random number generator(K60 only)
|
||||
|
||||
|
@ -552,6 +552,7 @@ config SAM34_TRNG
|
||||
bool "True Random Number Generator (TRNG)"
|
||||
default n
|
||||
depends on ARCH_CHIP_SAM3X || ARCH_CHIP_SAM3A || ARCH_CHIP_SAM4L
|
||||
select ARCH_HAVE_RNG
|
||||
|
||||
config SAM34_TWI
|
||||
bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user