Skip to content

Commit eb1ae9f

Browse files
sean-madiganrlubos
authored andcommitted
[nrf fromtree] bluetooth: controller: Only BT_CTLR_ECDH default y if BT_HCI_RAW
In zephyrproject-rtos/zephyr#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 <[email protected]> (cherry picked from commit 706938d)
1 parent b83eabe commit eb1ae9f

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
@@ -512,7 +512,7 @@ config BT_CTLR_LE_ENC
512512
config BT_CTLR_ECDH
513513
bool "Elliptic Curve Diffie-Hellman (ECDH)"
514514
depends on BT_CTLR_ECDH_SUPPORT
515-
default y
515+
default y if BT_HCI_RAW
516516
help
517517
Enable support for Bluetooth v4.2 Elliptic Curve Diffie-Hellman
518518
feature in the controller.

0 commit comments

Comments
 (0)