From 6a658d2c5b910f3a2469e59118b5a28c36acecfe Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 7 Feb 2020 03:40:31 +0100 Subject: [PATCH] kconfig: modules: Remove redundant MBEDTLS dep on. TLS menu Kconfig.tls-generic is already 'source'd within an 'if MBEDTLS' in modules/Kconfig.mbedtls (the 'if' covers most of the file). Flagged by https://github.com/zephyrproject-rtos/ci-tools/pull/128. Signed-off-by: Ulf Magnusson --- modules/Kconfig.tls-generic | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/Kconfig.tls-generic b/modules/Kconfig.tls-generic index 9cb53b8c9a652..a2ecaea452df6 100644 --- a/modules/Kconfig.tls-generic +++ b/modules/Kconfig.tls-generic @@ -5,7 +5,6 @@ # SPDX-License-Identifier: Apache-2.0 menu "TLS configuration" - depends on MBEDTLS menu "Supported TLS version"