Skip to content

Commit

Permalink
[nrf toup] config: align the MCUmgr Bluetooth transport Kconfig
Browse files Browse the repository at this point in the history
Aligned the MCUmgr Bluetooth transport Kconfig with the latest
changes from Zephyr.

Ref: NCSDK-29061

Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
  • Loading branch information
kapi-no authored and rlubos committed Oct 8, 2024
1 parent 632ea12 commit 5a55d60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions config/nrfconnect/chip-module/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ config CHIP_DFU_OVER_BT_SMP
if CHIP_DFU_OVER_BT_SMP

# MCU Manager and SMP configuration
config MCUMGR_TRANSPORT_BT_AUTHEN
default n
choice MCUMGR_TRANSPORT_BT_PERM
default MCUMGR_TRANSPORT_BT_PERM_RW
endchoice

config MCUMGR_TRANSPORT_NETBUF_COUNT
default 6
Expand Down
6 changes: 3 additions & 3 deletions config/zephyr/chip-module/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ config MCUMGR_TRANSPORT_BT
bool
default y

config MCUMGR_TRANSPORT_BT_AUTHEN
bool
default n
choice MCUMGR_TRANSPORT_BT_PERM
default MCUMGR_TRANSPORT_BT_PERM_RW
endchoice

config MCUMGR_TRANSPORT_NETBUF_COUNT
int
Expand Down

0 comments on commit 5a55d60

Please sign in to comment.