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:
parent
a6c3230b74
commit
e57e7f28a9
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue