blob: 763c73effeddfb3685992479e5aaa6cdaee4d128 [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(
13 'systemd-target',
14 description: 'Target for starting this service.',
15 type: 'string'
16)
17option(
18 '7seg', type: 'feature', description: 'Enable building 7seg POST daemon.',
19)
20option(
21 'tests', type: 'feature', description: 'Build tests.',
22)