Skip to content

Commit

Permalink
modules: tinycrypt: Options only when module is available
Browse files Browse the repository at this point in the history
Only show tinycrypt menu options when the module is available.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
  • Loading branch information
Flavio Ceolin authored and carlescufi committed Oct 24, 2023
1 parent 761a303 commit 713ca15
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 713ca15

Please sign in to comment.