Skip to content

Commit

Permalink
kconfig: modules: Remove redundant MBEDTLS dep on. TLS menu
Browse files Browse the repository at this point in the history
Kconfig.tls-generic is already 'source'd within an 'if MBEDTLS' in
modules/Kconfig.mbedtls (the 'if' covers most of the file).

Flagged by zephyrproject-rtos/ci-tools#128.

Signed-off-by: Ulf Magnusson <[email protected]>
  • Loading branch information
ulfalizer authored and carlescufi committed Feb 7, 2020
1 parent 90d9eb2 commit 7be9972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/Kconfig.tls-generic
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# SPDX-License-Identifier: Apache-2.0

menu "TLS configuration"
depends on MBEDTLS

menu "Supported TLS version"

Expand Down

0 comments on commit 7be9972

Please sign in to comment.