blob: 8fa5e59a16e967dd25e6cf2859e33691c7c220ee [file] [log] [blame]
option(
'id-led-group',
type : 'string',
value: 'enclosure_identify',
description : 'The identify LED group name'
)
option(
'long-press-time-ms',
type : 'integer',
value: 3000,
description : 'Time to long press the button'
)
option(
'lookup-gpio-base',
type : 'feature',
value: 'enabled',
description : 'Look up the GPIO base value in /sys/class/gpio. Otherwise use a base of 0.'
)
option(
'power-button-profile',
type: 'combo',
choices: ['default', 'host_then_chassis_poweroff'],
value: 'default',
description : 'Used to select a custom power button behavior profile.'
)