mbedtls: kconfig: Remove redundant 'depends on MBEDTLS'

Appears within an 'if MBEDTLS'.

'if FOO' is just shorthand for adding 'depends on FOO' to each item
within the 'if'.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-03-10 04:58:20 +01:00 committed by Kumar Gala
parent 7f84787c13
commit 9bf05a56e0

View file

@ -140,10 +140,9 @@ config MBEDTLS_HEAP_SIZE
config APP_LINK_WITH_MBEDTLS
bool "Link 'app' with MBEDTLS"
default y
depends on MBEDTLS
help
Add MBEDTLS header files to the 'app' include path. It may be
disabled if the include paths for MBEDTLS are causing aliasing
issues for 'app'.
endif
endif # MBEDTLS