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 <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2020-02-07 03:40:31 +01:00 committed by Carles Cufí
commit 7be9972b52

View file

@ -5,7 +5,6 @@
# SPDX-License-Identifier: Apache-2.0
menu "TLS configuration"
depends on MBEDTLS
menu "Supported TLS version"