blob: 259285ccb62856bdbd6648ccefc76b6332c6e372 [file] [log] [blame]
Jason M. Bills3570b9e2023-07-31 12:26:30 -07001option(
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
8option(
9 'use-rdendpointcfg',
10 type: 'feature',
11 value: 'disabled',
12 description: 'Use the RdEndpointConfig PECI command to read PCI data',
13)