commit | e8620e2ccadf836789d92ed761139c4291fa4ea8 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Fri Dec 14 12:14:04 2018 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Dec 17 11:27:02 2018 +0100 |
tree | 405d5bcaae8adc0e258d39a466a916c0c6ef3dc9 | |
parent | 41d57db4ac9600a7bb66985390b33396177f78b1 [diff] |
ext: mbedtls: Unify mbedTLS Kconfig prefixes Currently there is a mixed approach in prefixes from mbedTLS configuration (MBEDTLS_ and TLS_). The latter was used in generic config file and could bring up confusion that it can only be used with TLS subsystem. Hence unify the approach to MBEDTLS_ prefix to avoid such confusion. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>