blob: 07adb1588134501bc110bfdcdff3ced4a223560d [file] [log] [blame]
Jason M. Bills6199ccf2021-10-21 14:48:59 -07001option('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',
Andrei Kartashev99e8f9d2022-01-09 12:15:05 +03004 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')
Matt Simmering58e379d2022-09-23 14:45:50 -07007option('ignore-soft-resets-during-post', type: 'feature', value : 'disabled',
8 description: 'Ignore soft resets from host during POST')
Renze Nicolai05e8ea82024-07-04 00:46:16 +02009option('button-passthrough', type: 'feature', value : 'disabled',
10 description: 'Directly couple through power and reset buttons')