Bluetooth: Selecting ENTROPY_GENERATOR for crypto
Bluetooth sample with controller crypto, requires sys_rand32_get that used to be linked with Tinycrypt. The selection, within Kconfig of Tinycrypt, that has been enabling compilation of the symbol has been removed and thus preventing controller crypto to link. This commit moves the selection to BT_CTLR_CRYPTO. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
19718fd6da
commit
50f7555789
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ comment "BLE Controller configuration"
|
|||
config BT_CTLR_CRYPTO
|
||||
bool "Enable crypto functions in Controller"
|
||||
default y
|
||||
select ENTROPY_GENERATOR
|
||||
help
|
||||
Use random number generation and AES encryption support functions
|
||||
provided by the controller.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue