xref: /openbmc/phosphor-host-postd/meson.options (revision 13d9ae334815b95a5009f14b45b9342eb658b6c2)
10522592fSGeorge Liuoption(
20522592fSGeorge Liu    'snoop-device',
30522592fSGeorge Liu    description: 'Linux module name of the snoop device.',
40522592fSGeorge Liu    type: 'string',
50522592fSGeorge Liu)
60522592fSGeorge Liuoption(
70522592fSGeorge Liu    'post-code-bytes',
80522592fSGeorge Liu    description: 'Post code byte size.',
90522592fSGeorge Liu    type: 'integer',
100522592fSGeorge Liu    value: 1,
110522592fSGeorge Liu)
120522592fSGeorge Liuoption(
130522592fSGeorge Liu    'host-instances',
140522592fSGeorge Liu    description: 'obmc instances of the host',
150522592fSGeorge Liu    type: 'string',
160522592fSGeorge Liu)
170522592fSGeorge Liuoption(
180522592fSGeorge Liu    'snoop',
190522592fSGeorge Liu    type: 'feature',
200522592fSGeorge Liu    description: 'Compile time flag to enable Ipmi snoop.',
210522592fSGeorge Liu    value: 'disabled',
220522592fSGeorge Liu)
230522592fSGeorge Liuoption(
240522592fSGeorge Liu    'systemd-target',
250522592fSGeorge Liu    description: 'Target for starting this service.',
260522592fSGeorge Liu    type: 'string',
270522592fSGeorge Liu    value: 'multi-user.target',
280522592fSGeorge Liu)
29*13d9ae33SPatrick Williamsoption('7seg', type: 'feature', description: 'Enable building 7seg POST daemon.')
30*13d9ae33SPatrick Williamsoption('tests', type: 'feature', description: 'Build tests.')
310522592fSGeorge Liuoption(
320522592fSGeorge Liu    'rate-limit',
330522592fSGeorge Liu    description: 'Maximum number of POST codes to read from snoop device every'
340522592fSGeorge Liu    + 'second. Value of 0 disables rate limiting.',
350522592fSGeorge Liu    type: 'integer',
360522592fSGeorge Liu    min: 0,
37*13d9ae33SPatrick Williams    value: 1000,
380522592fSGeorge Liu)
39