linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PME and dependency on ACPI
@ 2013-01-31 14:23 Andrew Murray
  2013-01-31 20:59 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Murray @ 2013-01-31 14:23 UTC (permalink / raw)
  To: linux-pci; +Cc: bhelgaas, thierry.reding, thomas.petazzoni, rjw, jbarnes

I think that PME may place an unnecessary dependency on ACPI...

in drivers/pci/pcie/Kconfig:

config PCIE_PME
	def_bool y
	depends on PCIEPORTBUS && PM_RUNTIME && ACPI


and drivers/pci/pcie/pme.c:

#include <linux/acpi.h>
#include <linux/pci-acpi.h>

On an ARM platform I can remove the #include's and remove the Kconfig
dependency on ACPI and PME springs into life. 

Is there any other reason why ACPI may be needed here?

Andrew Murray


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

end of thread, other threads:[~2013-01-31 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 14:23 PME and dependency on ACPI Andrew Murray
2013-01-31 20:59 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).