mbedtls: make all options depend on MBEDTLS
MBEDTLS options were showing up when no mbedtls was used. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
91fd6d0866
commit
28af508552
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
# Copyright (c) 2018 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if MBEDTLS
|
||||
|
||||
menu "TLS configuration"
|
||||
|
||||
menu "Supported TLS version"
|
||||
|
@ -323,3 +325,5 @@ config MBEDTLS_USER_CONFIG_FILE
|
|||
covered by the generic config file.
|
||||
|
||||
endmenu
|
||||
|
||||
endif # MBEDTLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue