blob: df054e35e52b3eeb4d3f7216b13b2b201509ca28 [file] [log] [blame]
Patrick Williams42a4acb2025-02-01 08:36:31 -05001option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
2
George Liuf0a32c82023-07-18 09:14:58 +08003option(
Patrick Williams42a4acb2025-02-01 08:36:31 -05004 'use-json',
5 type: 'feature',
George Liu049700c2023-08-07 17:28:30 +08006 value: 'enabled',
Patrick Williams42a4acb2025-02-01 08:36:31 -05007 description: 'LEDs JSON filepath',
George Liuf0a32c82023-07-18 09:14:58 +08008)
9
10option(
Patrick Williams42a4acb2025-02-01 08:36:31 -050011 'use-lamp-test',
12 type: 'feature',
George Liuf0a32c82023-07-18 09:14:58 +080013 value: 'enabled',
Patrick Williams42a4acb2025-02-01 08:36:31 -050014 description: 'LEDs lamp test configuration',
George Liuf0a32c82023-07-18 09:14:58 +080015)
16
17option(
Patrick Williams42a4acb2025-02-01 08:36:31 -050018 'monitor-operational-status',
19 type: 'feature',
George Liuf0a32c82023-07-18 09:14:58 +080020 value: 'disabled',
Patrick Williams42a4acb2025-02-01 08:36:31 -050021 description: 'Enable OperationalStatus monitor',
George Liuf0a32c82023-07-18 09:14:58 +080022)
George Liu54671852023-10-30 09:09:39 +080023
24option(
Patrick Williams42a4acb2025-02-01 08:36:31 -050025 'persistent-led-asserted',
26 type: 'feature',
George Liu54671852023-10-30 09:09:39 +080027 value: 'enabled',
Patrick Williams42a4acb2025-02-01 08:36:31 -050028 description: 'Persistent the asserted status of ledgroup',
George Liu54671852023-10-30 09:09:39 +080029)