Skip to content

Commit

Permalink
Revert "Revert "modules: tinycrypt: Options only when module is avail…
Browse files Browse the repository at this point in the history
…able""

This reverts commit 572491a.

Signed-off-by: Flavio Ceolin <[email protected]>
  • Loading branch information
Flavio Ceolin committed Oct 26, 2023
1 parent 23ee53a commit f8ff73f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/Kconfig.tinycrypt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
# 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.

Expand Down

0 comments on commit f8ff73f

Please sign in to comment.