xref: /openbmc/phosphor-post-code-manager/meson.options (revision 608a392189d48ff0f0b94d2f21d9dd7a99323872)
1option('max-boot-cycle-count', type:'integer', min:1, max: 100, description: 'Maximum boot cycles for which the post codes should be persisted', value:100)
2option('bios-post-code-log', type:'feature',description:'bios post code log',value:'disabled')
3option('max-post-code-size-per-cycle', type:'integer', min:64, max: 1024, description: 'Maximum post code file size per cycle', value:512)
4option('postcode-display-path', type:'string', description:'The sys path for postcode display on debug card')
5