1option( 2 'chassis-system-reset', 3 type: 'feature', 4 value: 'disabled', 5 description: 'Enable chassis system power reset to allow removing power and restoring back', 6) 7option( 8 'use-plt-rst', 9 type: 'feature', 10 value: 'disabled', 11 description: 'Use the PLT_RST eSPI signal to detect warm reset instead of POST Complete', 12) 13option( 14 'use-acboot', 15 type: 'feature', 16 value: 'disabled', 17 description: 'Use hardware Reset Reason to control Power Restore. Note: this only works with Intel-BMC', 18) 19option( 20 'ignore-soft-resets-during-post', 21 type: 'feature', 22 value: 'disabled', 23 description: 'Ignore soft resets from host during POST', 24) 25option( 26 'button-passthrough', 27 type: 'feature', 28 value: 'disabled', 29 description: 'Directly couple through power and reset buttons', 30) 31