Bluetooth: Mesh: no more tinycrypt in ble mesh tfm image
PR allows to get rid of tinycrypt objects from the final binary of the ble mesh apps based on PSA TFM crypto. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
This commit is contained in:
parent
83f9fc4ce2
commit
c5ee143d77
9 changed files with 59 additions and 21 deletions
|
@ -1,3 +1,8 @@
|
|||
# The option adds TinyCrypt based bt_rand.
|
||||
CONFIG_BT_HOST_CRYPTO=n
|
||||
# The option adds GATT caching feature that is based on TinyCrypt.
|
||||
CONFIG_BT_GATT_CACHING=n
|
||||
|
||||
# Known issue: non secure platforms do not work with settings subsystem.
|
||||
CONFIG_SETTINGS=n
|
||||
CONFIG_BT_SETTINGS=n
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# The option adds TinyCrypt based bt_rand.
|
||||
CONFIG_BT_HOST_CRYPTO=n
|
||||
# The option adds GATT caching feature that is based on TinyCrypt.
|
||||
CONFIG_BT_GATT_CACHING=n
|
||||
|
||||
# Known issue: non secure platforms do not work with settings subsystem.
|
||||
CONFIG_SETTINGS=n
|
||||
CONFIG_BT_SETTINGS=n
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# The option adds TinyCrypt based bt_rand.
|
||||
CONFIG_BT_HOST_CRYPTO=n
|
||||
|
||||
# Known issue: non secure platforms do not work with settings subsystem.
|
||||
CONFIG_SETTINGS=n
|
||||
CONFIG_BT_SETTINGS=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue