mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
b02c999ac3
Add a function deciding whether or not devices should be stopped in pm_genpd_runtime_suspend() depending on their PM QoS constraints and stop/start timing values. Make it possible to add information used by this function to device objects. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Magnus Damm <damm@opensource.se>
10 lines
350 B
Makefile
10 lines
350 B
Makefile
obj-$(CONFIG_PM) += sysfs.o generic_ops.o common.o qos.o
|
|
obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o
|
|
obj-$(CONFIG_PM_RUNTIME) += runtime.o
|
|
obj-$(CONFIG_PM_TRACE_RTC) += trace.o
|
|
obj-$(CONFIG_PM_OPP) += opp.o
|
|
obj-$(CONFIG_PM_GENERIC_DOMAINS) += domain.o domain_governor.o
|
|
obj-$(CONFIG_HAVE_CLK) += clock_ops.o
|
|
|
|
ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
|