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:
parent
90d9eb2f50
commit
7be9972b52
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
menu "TLS configuration"
|
||||
depends on MBEDTLS
|
||||
|
||||
menu "Supported TLS version"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue