Skip to content

Commit 4179d7f

Browse files
committed
[nrf toup] config: align the MCUmgr Bluetooth transport Kconfig
Aligned the MCUmgr Bluetooth transport Kconfig with the latest changes from Zephyr. Ref: NCSDK-29061 Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
1 parent a5bd017 commit 4179d7f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

config/nrfconnect/chip-module/Kconfig.features

+3-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ config CHIP_DFU_OVER_BT_SMP
166166
if CHIP_DFU_OVER_BT_SMP
167167

168168
# MCU Manager and SMP configuration
169-
config MCUMGR_TRANSPORT_BT_AUTHEN
170-
default n
169+
choice MCUMGR_TRANSPORT_BT_PERM
170+
default MCUMGR_TRANSPORT_BT_PERM_RW
171+
endchoice
171172

172173
config MCUMGR_TRANSPORT_NETBUF_COUNT
173174
default 6

config/zephyr/chip-module/Kconfig.features

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ config MCUMGR_TRANSPORT_BT
3636
bool
3737
default y
3838

39-
config MCUMGR_TRANSPORT_BT_AUTHEN
40-
bool
41-
default n
39+
choice MCUMGR_TRANSPORT_BT_PERM
40+
default MCUMGR_TRANSPORT_BT_PERM_RW
41+
endchoice
4242

4343
config MCUMGR_TRANSPORT_NETBUF_COUNT
4444
int

0 commit comments

Comments
 (0)