xref: /aosp_15_r20/external/coreboot/src/soc/intel/common/block/pcie/rtd3/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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