1option('tests', type: 'feature', value: 'enabled', description: 'Build tests') 2 3option( 4 'use-json', 5 type: 'feature', 6 value: 'enabled', 7 description: 'LEDs JSON filepath', 8) 9 10option( 11 'use-lamp-test', 12 type: 'feature', 13 value: 'enabled', 14 description: 'LEDs lamp test configuration', 15) 16 17option( 18 'monitor-operational-status', 19 type: 'feature', 20 value: 'disabled', 21 description: 'Enable OperationalStatus monitor', 22) 23 24option( 25 'persistent-led-asserted', 26 type: 'feature', 27 value: 'enabled', 28 description: 'Persistent the asserted status of ledgroup', 29) 30