1## SPDX-License-Identifier: GPL-2.0-only 2 3config SOC_INTEL_COMMON_BLOCK_PCIE_RTD3 4 bool 5 default n 6 depends on HAVE_ACPI_TABLES 7 select PMC_IPC_ACPI_INTERFACE 8 help 9 When enabled, this driver will add support for ACPI controlled 10 Runtime D3 using GPIOs for power/reset control of the device 11 attached to a PCIe root port. 12