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:
Anas Nashif 2019-11-13 12:13:37 -08:00
commit 28af508552

View file

@ -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