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:
Alberto Escolar Piedras 2023-10-25 09:03:07 +02:00 committed by Carles Cufí
parent 9a7671e521
commit 572491ab95

View file

@ -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.