Bluetooth: kconfig: Fix SMP dependency on BT_ECC
The Bluetooth SMP protocol depends on the BT_ECC for the LE Secure Connections pairing. Since this feature cannot be disabled we must select this dependency. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
971404eee9
commit
b9695c07cd
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ config BT_SMP
|
|||
select TINYCRYPT_AES
|
||||
select TINYCRYPT_AES_CMAC
|
||||
select BT_RPA
|
||||
select BT_ECC
|
||||
help
|
||||
This option enables support for the Security Manager Protocol
|
||||
(SMP), making it possible to pair devices over LE.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue