xref: /openbmc/phosphor-led-manager/meson.options (revision 4549fb052f8d1948eb77fdbd0307b8c4ff57a69b)
1*4549fb05SGeorge Liuoption(
2*4549fb05SGeorge Liu    'tests', type : 'feature',
3*4549fb05SGeorge Liu    value: 'enabled',
4*4549fb05SGeorge Liu    description : 'Build tests'
5*4549fb05SGeorge Liu)
6*4549fb05SGeorge Liu
7*4549fb05SGeorge Liuoption(
8*4549fb05SGeorge Liu    'use-json', type : 'feature',
9*4549fb05SGeorge Liu    value: 'enabled',
10*4549fb05SGeorge Liu    description : 'LEDs JSON filepath'
11*4549fb05SGeorge Liu)
12*4549fb05SGeorge Liu
13*4549fb05SGeorge Liuoption(
14*4549fb05SGeorge Liu    'use-lamp-test', type : 'feature',
15*4549fb05SGeorge Liu    value: 'disabled',
16*4549fb05SGeorge Liu    description : 'LEDs lamp test configuration'
17*4549fb05SGeorge Liu)
18*4549fb05SGeorge Liu
19*4549fb05SGeorge Liuoption(
20*4549fb05SGeorge Liu    'monitor-operational-status', type : 'feature',
21*4549fb05SGeorge Liu    value: 'disabled',
22*4549fb05SGeorge Liu    description : 'Enable OperationalStatus monitor'
23*4549fb05SGeorge Liu)
24