Jason M. Bills | 3570b9e | 2023-07-31 12:26:30 -0700 | [diff] [blame] | 1 | option( |
2 | 'wait-for-os-standby', | ||||
3 | type: 'feature', | ||||
4 | value: 'disabled', | ||||
5 | description: 'Wait for the OS Standby state to indicate that BIOS is complete before starting the PCIe scan', | ||||
6 | ) | ||||
7 | |||||
8 | option( | ||||
9 | 'use-rdendpointcfg', | ||||
10 | type: 'feature', | ||||
11 | value: 'disabled', | ||||
12 | description: 'Use the RdEndpointConfig PECI command to read PCI data', | ||||
13 | ) |