Lines Matching refs:description
52 macro(ot_option name ot_config description)
55 # `description` provides the help string for this OT cmake
64 set(${name} ${ARGN} CACHE STRING "enable ${description}")
66 set(${name} "" CACHE STRING "enable ${description}")
83 macro(ot_string_option name ot_config description)
85 # OPENTHREAD_CONFIG `ot_config`. Parameter `description` provides
92 set(${name} ${ARGN} CACHE STRING "${description}")
94 set(${name} "" CACHE STRING "${description}")
108 macro(ot_int_option name ot_config description)
116 set(${name} ${ARGN} CACHE STRING "${description}")
118 set(${name} "" CACHE STRING "${description}")
134 macro(ot_multi_option name values ot_config ot_value_prefix description)
144 set(${name} ${ARGN} CACHE STRING "${description}")
146 set(${name} "" CACHE STRING "${description}")