11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
|
# Copyright (c) 2022 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BT_CRYPTO
|
||
|
bool
|
||
|
select TINYCRYPT
|
||
|
select TINYCRYPT_AES
|
||
|
select TINYCRYPT_AES_CMAC
|
||
|
help
|
||
|
This option enables the Bluetooth Cryptographic Toolbox.
|