xref: /openbmc/x86-power-control/meson.options (revision 2ae5308d69f1bac6b82f6918780fefb0f869aad5)
1option('chassis-system-reset', type: 'feature', value : 'disabled',
2       description: 'Enable chassis system power reset to allow removing power and restoring back')
3option('use-plt-rst', type: 'feature', value : 'disabled',
4       description: 'Use the PLT_RST eSPI signal to detect warm reset instead of POST Complete')
5option('use-acboot', type: 'feature', value : 'disabled',
6       description: 'Use hardware Reset Reason to control Power Restore. Note: this only works with Intel-BMC')
7option('ignore-soft-resets-during-post', type: 'feature', value : 'disabled',
8       description: 'Ignore soft resets from host during POST')
9