Revert "Revert "modules: tinycrypt: Options only when module is available""

This reverts commit 572491ab95.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2023-10-25 14:55:36 -07:00 committed by Maureen Helm
parent a6c3230b74
commit e57e7f28a9

View file

@ -3,8 +3,12 @@
# Copyright (c) 2015 Intel Corporation # Copyright (c) 2015 Intel Corporation
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config ZEPHYR_TINYCRYPT_MODULE
bool
config TINYCRYPT config TINYCRYPT
bool "TinyCrypt Support" bool "TinyCrypt Support"
depends on ZEPHYR_TINYCRYPT_MODULE
help help
This option enables the TinyCrypt cryptography library. This option enables the TinyCrypt cryptography library.