Skip to content

Commit 50a2175

Browse files
[nrf toup][nrfconnect] Removed kconfigs for CHIP_NUS
Kconfigs for CHIP_NUS are not used in practice anywhere, so can be removed. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
1 parent d7be4e6 commit 50a2175

1 file changed

Lines changed: 0 additions & 65 deletions

File tree

config/nrfconnect/chip-module/Kconfig.features

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -57,71 +57,6 @@ config CHIP_MEMORY_PROFILING
5757
help
5858
Enables features for tracking memory usage in Matter.
5959

60-
config CHIP_NUS
61-
bool "Enable Nordic UART service for Matter purposes"
62-
select BT_NUS
63-
select BT_SMP
64-
select BT_NUS_AUTHEN
65-
help
66-
Enables Nordic UART service (NUS) for Matter samples.
67-
Using NUS service you can control a Matter sample using pre-defined BLE commands
68-
and do defined operations. The CHIP NUS service can be useful to keep communication
69-
with a smart home device when a connection within Matter network is lost.
70-
71-
if CHIP_NUS
72-
73-
# Requires providing a PIN for each pair request
74-
config BT_BONDABLE
75-
default n
76-
77-
config BT_RX_STACK_SIZE
78-
default 2560 if SOC_SERIES_NRF54L
79-
default 1536
80-
81-
config SYSTEM_WORKQUEUE_STACK_SIZE
82-
default 2048
83-
84-
config BT_DEVICE_APPEARANCE
85-
default 833
86-
87-
# Workaround for KRKNWK-20979.
88-
# We must use BT multirole for NUS service to work after Matter commissioning.
89-
# TODO: Remove this once the issue is fixed.
90-
choice BT_LL_SOFTDEVICE_VARIANT
91-
default BT_LL_SOFTDEVICE_MULTIROLE if SOC_SERIES_NRF54L
92-
93-
endchoice
94-
95-
if !LOG
96-
97-
config BT_APP_PASSKEY
98-
default y
99-
100-
endif
101-
102-
config CHIP_NUS_MAX_COMMAND_LEN
103-
int "Maximum length of single command in Bytes"
104-
default 10
105-
help
106-
Maximum length of single command. This command will be send through Bluetooth LE to
107-
a paired smart home device.
108-
109-
config CHIP_NUS_FIXED_PASSKEY
110-
int "Define the default passkey for NUS"
111-
depends on BT_APP_PASSKEY
112-
default 123456
113-
help
114-
Define the default password for pairing with the Bluetooth LE device.
115-
116-
config CHIP_NUS_MAX_COMMANDS
117-
int "Define maximum NUS commands amount"
118-
default 2
119-
help
120-
Define the maximum number of NUS commands to declare by user.
121-
122-
endif
123-
124-
12560
config CHIP_DFU_OVER_BT_SMP
12661
bool "Enable DFU over Bluetooth LE SMP feature set"
12762
imply BOOTLOADER_MCUBOOT

0 commit comments

Comments
 (0)