Skip to content

Commit 706938d

Browse files
sean-madigankartben
authored andcommitted
bluetooth: controller: Only BT_CTLR_ECDH default y if BT_HCI_RAW
In #84268 the ability to use the controller for ECDH was removed from the host. This means that BT_CTLR_ECDH is now only useful when using BT_HCI_RAW. Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
1 parent fa2a3c3 commit 706938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ config BT_CTLR_LE_ENC
550550
config BT_CTLR_ECDH
551551
bool "Elliptic Curve Diffie-Hellman (ECDH)"
552552
depends on BT_CTLR_ECDH_SUPPORT
553-
default y
553+
default y if BT_HCI_RAW
554554
help
555555
Enable support for Bluetooth v4.2 Elliptic Curve Diffie-Hellman
556556
feature in the controller.

0 commit comments

Comments
 (0)