Skip to content

Commit 28af508

Browse files
committed
mbedtls: make all options depend on MBEDTLS
MBEDTLS options were showing up when no mbedtls was used. Signed-off-by: Anas Nashif <[email protected]>
1 parent 91fd6d0 commit 28af508

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/Kconfig.tls-generic

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Copyright (c) 2018 Nordic Semiconductor ASA
55
# SPDX-License-Identifier: Apache-2.0
66

7+
if MBEDTLS
8+
79
menu "TLS configuration"
810

911
menu "Supported TLS version"
@@ -323,3 +325,5 @@ config MBEDTLS_USER_CONFIG_FILE
323325
covered by the generic config file.
324326

325327
endmenu
328+
329+
endif # MBEDTLS

0 commit comments

Comments
 (0)