drivers: nrf5: Don't force specific drivers from soc/arm/nordic_nrf
Redefining the config will not let another (out-of-source) driver be chosen instead of the default. The driver is practically forced by the soc settings. This commit moves default settings from soc/arm/nordic_nrf into the drivers themselves. Signed-off-by: Thomas Stenersen <thomas.stenersen@nordicsemi.no>
This commit is contained in:
parent
caa4f7baae
commit
a3fc1a1f53
9 changed files with 5 additions and 20 deletions
|
@ -9,6 +9,7 @@ menuconfig ENTROPY_NRF5_RNG
|
|||
bool "nRF5 RNG driver"
|
||||
depends on SOC_COMPATIBLE_NRF
|
||||
select ENTROPY_HAS_DRIVER
|
||||
default y
|
||||
help
|
||||
This option enables the RNG peripheral, which is a random number
|
||||
generator, based on internal thermal noise, that provides a
|
||||
|
@ -59,7 +60,6 @@ config ENTROPY_NRF5_ISR_THRESHOLD
|
|||
buffer goes below this number hardware entropy generation will be
|
||||
started.
|
||||
|
||||
|
||||
config ENTROPY_NRF5_PRI
|
||||
int "RNG interrupt priority"
|
||||
range 0 2 if SOC_SERIES_NRF51X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue