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