blob: fb4460e0892f9bce8d0382996ebbe94331fa46ee [file] [log] [blame]
Kun Yi0d14a592020-04-06 14:01:36 -07001option(
2 'snoop-device',
3 description: 'Linux module name of the snoop device.',
4 type: 'string',
5)
6option(
7 'post-code-bytes',
8 description: 'Post code byte size.',
9 type: 'integer',
10 value: 1,
11)
12option(
Kumar Thangavel0269eaf2021-08-11 15:45:18 +053013 'host-instances',
14 description: 'obmc instances of the host',
15 type: 'string',
16)
17option(
18 'snoop',
19 type: 'feature',
20 description: 'Compile time flag to enable Ipmi snoop.',
21 value: 'disabled',
22)
23option(
Kun Yi0d14a592020-04-06 14:01:36 -070024 'systemd-target',
25 description: 'Target for starting this service.',
Kumar Thangaveld309da42022-05-20 13:19:26 +053026 type: 'string',
27 value: 'multi-user.target',
Kun Yi0d14a592020-04-06 14:01:36 -070028)
29option(
30 '7seg', type: 'feature', description: 'Enable building 7seg POST daemon.',
31)
32option(
33 'tests', type: 'feature', description: 'Build tests.',
34)