blob: 26e32e99b3998172a2ac3585d6a08707e258069f [file] [log] [blame]
Miguel Young de la Sota3c8ab3b2019-11-21 13:59:09 -06001option(
Miguel Young de la Sota3c8ab3b2019-11-21 13:59:09 -06002 'dev_bin_dir',
3 type: 'string',
4 value: 'undef',
5)
6
7option(
8 'host_bin_dir',
9 type: 'string',
10 value: 'undef',
11)
Miguel Young de la Sotab2ef4832019-11-22 12:55:46 -060012
13option(
14 'ot_version',
15 type: 'string',
16 value: 'undef',
17)
Jon Flatleya863a282020-03-03 10:49:39 -050018
19option(
20 'tock_local',
21 type: 'boolean',
22 value: false,
23)