blob: f862dfd1443acda6bf10b8cd38413da425b398d1 [file] [log] [blame]
George Liuf0a32c82023-07-18 09:14:58 +08001option(
2 'tests', type : 'feature',
3 description : 'Build tests'
4)
5
6option(
7 'use-json', type : 'feature',
8 value: 'enabled',
9 description : 'LEDs JSON filepath'
10)
11
12option(
13 'use-lamp-test', type : 'feature',
14 value: 'disabled',
15 description : 'LEDs lamp test configuration'
16)
17
18option(
19 'monitor-operational-status', type : 'feature',
20 value: 'disabled',
21 description : 'Enable OperationalStatus monitor'
22)