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:
parent
7f84787c13
commit
9bf05a56e0
|
@ -140,10 +140,9 @@ config MBEDTLS_HEAP_SIZE
|
||||||
config APP_LINK_WITH_MBEDTLS
|
config APP_LINK_WITH_MBEDTLS
|
||||||
bool "Link 'app' with MBEDTLS"
|
bool "Link 'app' with MBEDTLS"
|
||||||
default y
|
default y
|
||||||
depends on MBEDTLS
|
|
||||||
help
|
help
|
||||||
Add MBEDTLS header files to the 'app' include path. It may be
|
Add MBEDTLS header files to the 'app' include path. It may be
|
||||||
disabled if the include paths for MBEDTLS are causing aliasing
|
disabled if the include paths for MBEDTLS are causing aliasing
|
||||||
issues for 'app'.
|
issues for 'app'.
|
||||||
|
|
||||||
endif
|
endif # MBEDTLS
|
||||||
|
|
Loading…
Reference in a new issue