Skip to content

Commit e57e7f2

Browse files
Flavio CeolinMaureenHelm
Flavio Ceolin
authored andcommitted
Revert "Revert "modules: tinycrypt: Options only when module is available""
This reverts commit 572491a. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent a6c3230 commit e57e7f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/Kconfig.tinycrypt

+4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
# Copyright (c) 2015 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6+
config ZEPHYR_TINYCRYPT_MODULE
7+
bool
8+
69
config TINYCRYPT
710
bool "TinyCrypt Support"
11+
depends on ZEPHYR_TINYCRYPT_MODULE
812
help
913
This option enables the TinyCrypt cryptography library.
1014

0 commit comments

Comments
 (0)