aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/pcie/rtd3/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/pcie/rtd3/Kconfig')
-rw-r--r--src/soc/intel/common/block/pcie/rtd3/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/pcie/rtd3/Kconfig b/src/soc/intel/common/block/pcie/rtd3/Kconfig
new file mode 100644
index 0000000000..7c21ce8ced
--- /dev/null
+++ b/src/soc/intel/common/block/pcie/rtd3/Kconfig
@@ -0,0 +1,9 @@
+config SOC_INTEL_COMMON_BLOCK_PCIE_RTD3
+ bool
+ default n
+ depends on HAVE_ACPI_TABLES
+ select PMC_IPC_ACPI_INTERFACE
+ help
+ When enabled, this driver will add support for ACPI controlled
+ Runtime D3 using GPIOs for power/reset control of the device
+ attached to a PCIe root port.