blob: a2d1e3c56190bb6b9bea91331f4bd5058063c72b [file] [log] [blame] [edit]
option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
option(
'oe-sdk',
type: 'feature',
value: 'disabled',
description: 'Enable OE SDK',
)
option(
'strict-failsafe-pwm',
type: 'boolean',
value: false,
description: 'Set the fans strictly at the failsafe PWM when in failsafe mode',
)
option(
'offline-failsafe-pwm',
type: 'boolean',
value: false,
description: 'Set the fans at the failsafe PWM when reloading or terminated.',
)
option(
'systemd_target',
type: 'string',
value: 'multi-user.target',
description: 'Target for starting this service',
)
option(
'unc-failsafe',
type: 'boolean',
value: false,
description: 'Set the fans to failsafe mode when a temp sensor is above upper non-critical threshold',
)
option(
'handle-missing-object-paths',
type: 'boolean',
value: false,
description: 'Further handlings to sensors missing from D-Bus',
)