samples: Bluetooth: Mesh: remove nrf53_ns settings related workaround
The issue with non secure storage system has been fixed in nrf53_ns platform: https://github.com/zephyrproject-rtos/zephyr/issues/59376 No need workarounds anymore. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
This commit is contained in:
parent
2f230e8903
commit
7c87ff315e
3 changed files with 0 additions and 12 deletions
|
@ -2,7 +2,3 @@
|
|||
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
|
||||
|
|
|
@ -2,7 +2,3 @@
|
|||
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,6 +1,2 @@
|
|||
# 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