Kun Yi | 0d14a59 | 2020-04-06 14:01:36 -0700 | [diff] [blame] | 1 | option( |
| 2 | 'snoop-device', |
| 3 | description: 'Linux module name of the snoop device.', |
| 4 | type: 'string', |
| 5 | ) |
| 6 | option( |
| 7 | 'post-code-bytes', |
| 8 | description: 'Post code byte size.', |
| 9 | type: 'integer', |
| 10 | value: 1, |
| 11 | ) |
| 12 | option( |
| 13 | 'systemd-target', |
| 14 | description: 'Target for starting this service.', |
| 15 | type: 'string' |
| 16 | ) |
| 17 | option( |
| 18 | '7seg', type: 'feature', description: 'Enable building 7seg POST daemon.', |
| 19 | ) |
| 20 | option( |
| 21 | 'tests', type: 'feature', description: 'Build tests.', |
| 22 | ) |