1# Copyright (c) 2022 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config BT_CRYPTO
5 bool
6 select TINYCRYPT
7 select TINYCRYPT_AES
8 select TINYCRYPT_AES_CMAC
9 help
10 This option enables the Bluetooth Cryptographic Toolbox.
11