blob: fc65cdb4c395a2264a808ba806d2558753b8d584 [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')