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