modules: tinycrypt: Options only when module is available
Only show tinycrypt menu options when the module is available. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
761a3039bb
commit
713ca15224
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue