blob: f1c0cf14527114804f392733a9f798b2cf7f1b90 [file] [log] [blame]
option(
'snoop-device',
description: 'Linux module name of the snoop device.',
type: 'string',
)
option(
'post-code-bytes',
description: 'Post code byte size.',
type: 'integer',
value: 1,
)
option(
'host-instances',
description: 'obmc instances of the host',
type: 'string',
)
option(
'snoop',
type: 'feature',
description: 'Compile time flag to enable Ipmi snoop.',
value: 'disabled',
)
option(
'systemd-target',
description: 'Target for starting this service.',
type: 'string'
)
option(
'7seg', type: 'feature', description: 'Enable building 7seg POST daemon.',
)
option(
'tests', type: 'feature', description: 'Build tests.',
)