Revert "modules: tinycrypt: Options only when module is available"
This reverts commit 713ca15224
.
This change broken several BT unit tests breaking CI in the main
branch. Let's revert it.
Fixes https://github.com/zephyrproject-rtos/zephyr/issues/64344
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
9a7671e521
commit
572491ab95
|
@ -3,12 +3,8 @@
|
|||
# Copyright (c) 2015 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config ZEPHYR_TINYCRYPT_MODULE
|
||||
bool
|
||||
|
||||
config TINYCRYPT
|
||||
bool "TinyCrypt Support"
|
||||
depends on ZEPHYR_TINYCRYPT_MODULE
|
||||
help
|
||||
This option enables the TinyCrypt cryptography library.
|
||||
|
||||
|
|
Loading…
Reference in a new issue