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