Skip to content

Commit 979e87b

Browse files
[SVE-only] Add config for BDX log transfering
1 parent c9a89c0 commit 979e87b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

config/nrfconnect/chip-module/Kconfig

+5-1
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ config CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
297297
and remove it. After the first boot of the device the DAC private key will be moved
298298
to the PSA ITS secure storage and will not be available in the factory data anymore.
299299
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
301305

302306
endif # CHIP

src/platform/nrfconnect/CHIPPlatformConfig.h

+4
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,7 @@
146146
#define CHIP_CONFIG_ICD_CLIENTS_SUPPORTED_PER_FABRIC CONFIG_CHIP_ICD_CLIENTS_PER_FABRIC
147147
#endif // CONFIG_CHIP_ICD_CLIENTS_PER_FABRIC
148148
#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

0 commit comments

Comments
 (0)