xref: /openbmc/phosphor-led-manager/meson.options (revision dd5fa9f2a8f530bb56d7789e623f3835fc9442aa)
1option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
2
3option(
4    'use-lamp-test',
5    type: 'feature',
6    value: 'enabled',
7    description: 'LEDs lamp test configuration',
8)
9
10option(
11    'monitor-operational-status',
12    type: 'feature',
13    value: 'disabled',
14    description: 'Enable OperationalStatus monitor',
15)
16
17option(
18    'persistent-led-asserted',
19    type: 'feature',
20    value: 'enabled',
21    description: 'Persistent the asserted status of ledgroup',
22)
23