xref: /openbmc/fb-ipmi-oem/meson.options (revision 98d1a59f)
1option('tests', type: 'feature', description: 'Build tests')
2option('bic', type: 'feature', description: 'Enable bic handlers')
3option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1)
4option('debug-card-frame-size', type: 'integer', description: 'debug card frame size.', value: 2)
5option(
6  'host-instances',
7  type: 'string',
8  description: 'Host Instances')
9option(
10  'machine',
11  type: 'string',
12  description: 'Machine')
13