File tree 2 files changed +9
-1
lines changed
config/nrfconnect/chip-module
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -297,6 +297,10 @@ config CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
297
297
and remove it. After the first boot of the device the DAC private key will be moved
298
298
to the PSA ITS secure storage and will not be available in the factory data anymore.
299
299
It will be overwritten in the factory data set by zeros.
300
-
300
+
301
+ config CHIP_ENABLE_BDX_LOG_TRANSFER
302
+ bool "Enable BDX log transfer"
303
+ help
304
+ Enables the BDX protocol for diagnostics log transfer
301
305
302
306
endif # CHIP
Original file line number Diff line number Diff line change 146
146
#define CHIP_CONFIG_ICD_CLIENTS_SUPPORTED_PER_FABRIC CONFIG_CHIP_ICD_CLIENTS_PER_FABRIC
147
147
#endif // CONFIG_CHIP_ICD_CLIENTS_PER_FABRIC
148
148
#endif // CHIP_CONFIG_ICD_CLIENTS_SUPPORTED_PER_FABRIC
149
+
150
+ #ifdef CONFIG_CHIP_ENABLE_BDX_LOG_TRANSFER
151
+ #define CHIP_CONFIG_ENABLE_BDX_LOG_TRANSFER 1
152
+ #endif // CONFIG_CHIP_ENABLE_BDX_LOG_TRANSFER
You can’t perform that action at this time.
0 commit comments