blob: 80f43d279fc85f1609b5d9baabb12d5af48f8e18 [file] [log] [blame]
option(
'target',
type: 'combo',
choices: [
'sim-verilator',
'fpga',
'undef',
],
value: 'undef',
)
option(
'dev_bin_dir',
type: 'string',
value: 'undef',
)
option(
'host_bin_dir',
type: 'string',
value: 'undef',
)
option(
'ot_version',
type: 'string',
value: 'undef',
)