Skip to content

Commit b7b876a

Browse files
MirkoCovizzieivindj-nordic
authored andcommitted
lib: ble_conn_params: Kconfig: add missing dependencies
Adds missing Kconfig dependencies. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent 640a467 commit b7b876a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ No changes since the latest nRF Connect SDK Bare Metal release.
5353
Libraries
5454
=========
5555

56-
No changes since the latest nRF Connect SDK Bare Metal release.
56+
* :ref:`lib_ble_conn_params` library:
57+
58+
* Added missing Kconfig dependencies.
5759

5860
Samples
5961
=======

lib/ble_conn_params/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#
66
menuconfig BLE_CONN_PARAMS
77
bool "BLE Connection Parameters"
8+
depends on SOFTDEVICE
9+
depends on NRF_SDH
810

911
if BLE_CONN_PARAMS
1012

0 commit comments

Comments
 (0)