blob: b8af61f1656be6924c650ed21aff137785d9ca43 [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',
George Liu0175a812023-11-14 08:27:23 +080015 value: 'enabled',
George Liuf0a32c82023-07-18 09:14:58 +080016 description : 'LEDs lamp test configuration'
17)
18
19option(
20 'monitor-operational-status', type : 'feature',
21 value: 'disabled',
22 description : 'Enable OperationalStatus monitor'
23)
George Liu54671852023-10-30 09:09:39 +080024
25option(
26 'persistent-led-asserted', type : 'feature',
27 value: 'enabled',
28 description : 'Persistent the asserted status of ledgroup'
29)