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