Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH] pci: Remove unnecessary dependency between PME and ACPI.
@ 2013-02-21 15:53 Andrew Murray
  2013-04-11 23:44 ` Bjorn Helgaas
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Murray @ 2013-02-21 15:53 UTC (permalink / raw)
  To: linux-pci
  Cc: bhelgaas@google.com, thierry.reding@avionic-design.de,
	thomas.petazzoni@free-electrons.com, jbarnes@virtuousgeek.org

Signed-off-by: Andrew Murray <Andrew.Murray@arm.com>
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
---
 drivers/pci/pcie/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
index 6c8bc58..4cccd8c 100644
--- a/drivers/pci/pcie/Kconfig
+++ b/drivers/pci/pcie/Kconfig
@@ -82,4 +82,4 @@ endchoice
 
 config PCIE_PME
 	def_bool y
-	depends on PCIEPORTBUS && PM_RUNTIME && EXPERIMENTAL && ACPI
+	depends on PCIEPORTBUS && PM_RUNTIME && EXPERIMENTAL
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-12 19:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-21 15:53 [PATCH] pci: Remove unnecessary dependency between PME and ACPI Andrew Murray
2013-04-11 23:44 ` Bjorn Helgaas
2013-04-12  7:42   ` Andrew Murray
2013-04-12 11:13   ` Rafael J. Wysocki
2013-04-12 19:03     ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox