| George Liu | f0a32c8 | 2023-07-18 09:14:58 +0800 | [diff] [blame] | 1 | option( | 
|  | 2 | 'tests', type : 'feature', | 
| George Liu | 049700c | 2023-08-07 17:28:30 +0800 | [diff] [blame] | 3 | value: 'enabled', | 
| George Liu | f0a32c8 | 2023-07-18 09:14:58 +0800 | [diff] [blame] | 4 | description : 'Build tests' | 
|  | 5 | ) | 
|  | 6 |  | 
|  | 7 | option( | 
|  | 8 | 'use-json', type : 'feature', | 
|  | 9 | value: 'enabled', | 
|  | 10 | description : 'LEDs JSON filepath' | 
|  | 11 | ) | 
|  | 12 |  | 
|  | 13 | option( | 
|  | 14 | 'use-lamp-test', type : 'feature', | 
| George Liu | 0175a81 | 2023-11-14 08:27:23 +0800 | [diff] [blame] | 15 | value: 'enabled', | 
| George Liu | f0a32c8 | 2023-07-18 09:14:58 +0800 | [diff] [blame] | 16 | description : 'LEDs lamp test configuration' | 
|  | 17 | ) | 
|  | 18 |  | 
|  | 19 | option( | 
|  | 20 | 'monitor-operational-status', type : 'feature', | 
|  | 21 | value: 'disabled', | 
|  | 22 | description : 'Enable OperationalStatus monitor' | 
|  | 23 | ) | 
| George Liu | 5467185 | 2023-10-30 09:09:39 +0800 | [diff] [blame] | 24 |  | 
|  | 25 | option( | 
|  | 26 | 'persistent-led-asserted', type : 'feature', | 
|  | 27 | value: 'enabled', | 
|  | 28 | description : 'Persistent the asserted status of ledgroup' | 
|  | 29 | ) |