This commit sets PSA Crypto API as the default library to perform ECC-DH in HCI, replacing TinyCrypt (which is being deprecated). Therefore the symbol BT_TINYCRYPT_ECC is renamed as BT_SEND_ECC_EMULATION. References in samples/tests are also fixed. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
29 lines
739 B
Text
29 lines
739 B
Text
CONFIG_BT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SIGNING=y
|
|
CONFIG_BT_SMP_SC_ONLY=y
|
|
CONFIG_BT_SEND_ECC_EMULATION=y
|
|
CONFIG_BT_USE_DEBUG_KEYS=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_DEBUG_MONITOR_UART=y
|
|
CONFIG_UART_CONSOLE=n
|
|
CONFIG_BT_HCI_CORE_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_CONN_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_KEYS_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_L2CAP_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_SMP_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_SMP_SELFTEST=y
|
|
CONFIG_BT_ATT_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_GATT_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_CLASSIC=y
|
|
CONFIG_BT_RFCOMM=y
|
|
CONFIG_BT_AVDTP=y
|
|
CONFIG_BT_AVDTP_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_A2DP=y
|
|
CONFIG_BT_HFP_HF=y
|
|
CONFIG_BT_HFP_HF_LOG_LEVEL_DBG=y
|
|
CONFIG_ZTEST=y
|