blob: 8fa5e59a16e967dd25e6cf2859e33691c7c220ee [file] [log] [blame]
George Liud6a1bae2022-06-20 13:47:31 +08001option(
2 'id-led-group',
3 type : 'string',
4 value: 'enclosure_identify',
5 description : 'The identify LED group name'
6)
George Liuf756f8b2022-07-06 10:44:28 +08007
8option(
9 'long-press-time-ms',
10 type : 'integer',
11 value: 3000,
12 description : 'Time to long press the button'
13)
George Liuba332752022-07-07 13:31:40 +080014
15option(
16 'lookup-gpio-base',
17 type : 'feature',
18 value: 'enabled',
19 description : 'Look up the GPIO base value in /sys/class/gpio. Otherwise use a base of 0.'
20)
Matt Spinler1a309f72023-04-04 13:12:19 -050021
22option(
23 'power-button-profile',
24 type: 'combo',
25 choices: ['default', 'host_then_chassis_poweroff'],
26 value: 'default',
27 description : 'Used to select a custom power button behavior profile.'
28)