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