Skip to content

Commit f74a5ea

Browse files
kkasperczyk-noDamian-Nordic
authored andcommitted
[nrf noup] Disabled NFC thread callback
NFC lib introduced new callbacks that are not needed by the Matter samples and increase flash usage.
1 parent c822431 commit f74a5ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

+5
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ config CHIP_NFC_COMMISSIONING
194194
bool
195195
default y
196196

197+
# Disable not needed NFC callback to save flash
198+
config NFC_THREAD_CALLBACK
199+
bool
200+
default n
201+
197202
config CHIP_OTA_REQUESTOR
198203
bool
199204
default y

0 commit comments

Comments
 (0)