Jason M. Bills | 6199ccf | 2021-10-21 14:48:59 -0700 | [diff] [blame] | 1 | option('chassis-system-reset', type: 'feature', value : 'disabled', |
| 2 | description: 'Enable chassis system power reset to allow removing power and restoring back') |
| 3 | option('use-plt-rst', type: 'feature', value : 'disabled', |
Andrei Kartashev | 99e8f9d | 2022-01-09 12:15:05 +0300 | [diff] [blame] | 4 | description: 'Use the PLT_RST eSPI signal to detect warm reset instead of POST Complete') |
| 5 | option('use-acboot', type: 'feature', value : 'disabled', |
| 6 | description: 'Use hardware Reset Reason to control Power Restore. Note: this only works with Intel-BMC') |
Matt Simmering | 58e379d | 2022-09-23 14:45:50 -0700 | [diff] [blame] | 7 | option('ignore-soft-resets-during-post', type: 'feature', value : 'disabled', |
| 8 | description: 'Ignore soft resets from host during POST') |
Renze Nicolai | 05e8ea8 | 2024-07-04 00:46:16 +0200 | [diff] [blame] | 9 | option('button-passthrough', type: 'feature', value : 'disabled', |
| 10 | description: 'Directly couple through power and reset buttons') |