blob: 53de5b64800960b1c687a84a016ac75ac0d5eb3b (
plain)
1
2
3
4
5
6
7
8
|
## SPDX-License-Identifier: GPL-2.0-only
config DRIVERS_PCIE_RTD3_DEVICE
bool
depends on HAVE_ACPI_TABLES
help
When enabled, this driver will add support for ACPI controlled
Runtime D3 using GPIOs for power/reset control of the PCIe device.
|