File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 3
3
# Copyright (c) 2016 Intel Corporation
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
- config MBEDTLS_PROMPTLESS
7
- bool
8
- help
9
- Symbol to disable the prompt for MBEDTLS selection.
10
- This symbol may be used internally in a Kconfig tree to hide the
11
- mbed TLS menu prompt and instead handle the selection of MBEDTLS from
12
- dependent sub-configurations and thus preven stuck symbol behavior.
13
-
14
-
15
6
menuconfig MBEDTLS
16
- bool "mbed TLS Support" if !MBEDTLS_PROMPTLESS
7
+ bool "mbedTLS Support"
17
8
help
18
9
This option enables the mbedTLS cryptography library.
19
10
@@ -38,15 +29,8 @@ config MBEDTLS_LIBRARY
38
29
39
30
endchoice
40
31
41
- config CUSTOM_MBEDTLS_CFG_FILE
42
- bool "Custom mbed TLS configuration file"
43
- help
44
- Allow user defined input for the MBEDTLS_CFG_FILE setting.
45
- You can specify the actual configuration file using the
46
- MBEDTLS_CFG_FILE setting.
47
-
48
32
config MBEDTLS_CFG_FILE
49
- string "mbed TLS configuration file" if CUSTOM_MBEDTLS_CFG_FILE
33
+ string "mbed TLS configuration file"
50
34
depends on MBEDTLS_BUILTIN
51
35
default "config-tls-generic.h"
52
36
help
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ CONFIG_LOG_MODE_MINIMAL=y
3
3
CONFIG_MBEDTLS=y
4
4
CONFIG_MBEDTLS_BUILTIN=y
5
5
CONFIG_MBEDTLS_CFG_FILE="config-tls-generic.h"
6
- CONFIG_CUSTOM_MBEDTLS_CFG_FILE=y
7
6
CONFIG_MBEDTLS_HEAP_SIZE=512
8
7
CONFIG_MBEDTLS_CIPHER_CCM_ENABLED=y
9
8
CONFIG_MBEDTLS_CIPHER_GCM_ENABLED=y
You can’t perform that action at this time.
0 commit comments