Skip to content

Commit

Permalink
[cmake] add option for `OPENTHREAD_CONFIG_NET_DIAG_VENDOR_INFO_SET_AP…
Browse files Browse the repository at this point in the history
…I_ENABLE`

This makes it easier to configure this option for testing on OTBR/RCP.
  • Loading branch information
suveshpratapa committed Jul 25, 2024
1 parent af18582 commit 9d5ca98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ ot_multi_option(OT_LOG_OUTPUT OT_LOG_OUTPUT_VALUES OPENTHREAD_CONFIG_LOG_OUTPUT

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

ot_string_option(OT_NETDIAG_VENDOR_INFO OPENTHREAD_CONFIG_NET_DIAG_VENDOR_INFO_SET_API_ENABLE "Allow setting vendor info at runtime")
ot_string_option(OT_VENDOR_NAME OPENTHREAD_CONFIG_NET_DIAG_VENDOR_NAME "set the vendor name config")
ot_string_option(OT_VENDOR_MODEL OPENTHREAD_CONFIG_NET_DIAG_VENDOR_MODEL "set the vendor model config")
ot_string_option(OT_VENDOR_SW_VERSION OPENTHREAD_CONFIG_NET_DIAG_VENDOR_SW_VERSION "set the vendor sw version config")
Expand Down

0 comments on commit 9d5ca98

Please sign in to comment.