Skip to content

Commit

Permalink
[nrfconnect] fix indententaion error in Kconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Schulze <robert.schulze@deveritec.com>
  • Loading branch information
Robert Schulze committed Jan 6, 2023
1 parent 7ab7072 commit 5d3d3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/nrfconnect/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ choice CHIP_FACTORY_DATA_CERT_SOURCE
config CHIP_FACTORY_DATA_USE_DEFAULT_CERTS
bool "Use pre-generated development certificates"
help
Use pre-generated certificate files from the credentials/development/attestation/
directory that match the configured Product ID. This can be used for development
Use pre-generated certificate files from the credentials/development/attestation/
directory that match the configured Product ID. This can be used for development
purpose.
config CHIP_FACTORY_DATA_CERT_SOURCE_GENERATED
bool "Auto-generate certificates"
help
Generate new certificates instead of using pre-generated ones.
Generate new certificates instead of using pre-generated ones.
The certificates are generated on every build.
config CHIP_FACTORY_DATA_CERT_SOURCE_USER
bool "Use user-provided certificate files"
Expand Down

0 comments on commit 5d3d3a3

Please sign in to comment.