xref: /openbmc/phosphor-led-manager/meson.options (revision 42a4acb88a7cd54b9e267544d0a15b06cf95cec7)
1*42a4acb8SPatrick Williamsoption('tests', type: 'feature', value: 'enabled', description: 'Build tests')
2*42a4acb8SPatrick Williams
34549fb05SGeorge Liuoption(
4*42a4acb8SPatrick Williams    'use-json',
5*42a4acb8SPatrick Williams    type: 'feature',
64549fb05SGeorge Liu    value: 'enabled',
7*42a4acb8SPatrick Williams    description: 'LEDs JSON filepath',
84549fb05SGeorge Liu)
94549fb05SGeorge Liu
104549fb05SGeorge Liuoption(
11*42a4acb8SPatrick Williams    'use-lamp-test',
12*42a4acb8SPatrick Williams    type: 'feature',
134549fb05SGeorge Liu    value: 'enabled',
14*42a4acb8SPatrick Williams    description: 'LEDs lamp test configuration',
154549fb05SGeorge Liu)
164549fb05SGeorge Liu
174549fb05SGeorge Liuoption(
18*42a4acb8SPatrick Williams    'monitor-operational-status',
19*42a4acb8SPatrick Williams    type: 'feature',
204549fb05SGeorge Liu    value: 'disabled',
21*42a4acb8SPatrick Williams    description: 'Enable OperationalStatus monitor',
224549fb05SGeorge Liu)
2354671853SGeorge Liu
2454671853SGeorge Liuoption(
25*42a4acb8SPatrick Williams    'persistent-led-asserted',
26*42a4acb8SPatrick Williams    type: 'feature',
2754671853SGeorge Liu    value: 'enabled',
28*42a4acb8SPatrick Williams    description: 'Persistent the asserted status of ledgroup',
2954671853SGeorge Liu)
30