blob: a33730f903e71d9bdcb328a90ec90a0f2f296e04 [file] [log] [blame]
Patrick Williamsbcf09f12023-07-13 16:47:07 -05001option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
Harvey.Wub1225b22022-10-28 17:42:07 +08002option('oe-sdk', type: 'feature', value: 'disabled', description: 'Enable OE SDK')
3option('strict-failsafe-pwm', type: 'boolean', value: false, description: 'Set the fans strictly at the failsafe PWM when in failsafe mode')
Patrick Rudolph7e635022023-10-13 12:40:14 +02004option('offline-failsafe-pwm', type: 'boolean', value: false, description: 'Set the fans at the failsafe PWM when reloading or terminated.')
Harvey.Wub1225b22022-10-28 17:42:07 +08005option('systemd_target', type: 'string', value: 'multi-user.target', description: 'Target for starting this service')
Jonico Eustaquioaf97d8e2024-01-02 14:35:07 -06006option('unc-failsafe', type: 'boolean', value: false, description: 'Set the fans to failsafe mode when a temp sensor is above upper non-critical threshold')