Skip to content

Commit d3c8cb4

Browse files
jhedbergkartben
authored andcommitted
Bluetooth: Host: Remove prompt from BT_ECC
This option only exposes internal APIs, so there should be no need to allow applications to set an explicit value. Instead, users of the API should select it through Kconfig. Signed-off-by: Johan Hedberg <[email protected]>
1 parent 09e86f3 commit d3c8cb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

subsys/bluetooth/host/Kconfig

+3-3
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ config BT_DF_VS_CONN_IQ_REPORT_16_BITS_IQ_SAMPLES
993993
endif # BT_DF
994994

995995
config BT_ECC
996-
bool "ECDH key generation support"
996+
bool
997997
select MBEDTLS if !BUILD_WITH_TFM
998998
select MBEDTLS_PSA_CRYPTO_C if !BUILD_WITH_TFM
999999
select PSA_WANT_ALG_ECDH
@@ -1002,8 +1002,8 @@ config BT_ECC
10021002
imply MBEDTLS_PSA_P256M_DRIVER_ENABLED if MBEDTLS_PSA_CRYPTO_C
10031003
select BT_LONG_WQ
10041004
help
1005-
If this option is set PSA Crypto API library is used for performing ECDH
1006-
operations needed e.g. by LE Secure Connections.
1005+
If this option is set, internal APIs will be available to perform ECDH operations
1006+
through the long work queue. operations needed e.g. by LE Secure Connections.
10071007

10081008
endif # BT_HCI_HOST
10091009

0 commit comments

Comments
 (0)