summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
diff options
context:
space:
mode:
authorLi, Aubrey2014-06-30 08:08:42 +0200
committerH. Peter Anvin2014-07-25 23:11:29 +0200
commit93e5eadd1f6e7f45c31aa327c42ac52e4df5ff6f (patch)
treed72d68d835dc4bf65dea67893cc701c78c31b0d2 /arch/x86/kernel/Makefile
parentx86/platform/ts5500: Add support for TS-5400 boards (diff)
downloadkernel-qcow2-linux-93e5eadd1f6e7f45c31aa327c42ac52e4df5ff6f.tar.gz
kernel-qcow2-linux-93e5eadd1f6e7f45c31aa327c42ac52e4df5ff6f.tar.xz
kernel-qcow2-linux-93e5eadd1f6e7f45c31aa327c42ac52e4df5ff6f.zip
x86/platform: New Intel Atom SOC power management controller driver
The Power Management Controller (PMC) controls many of the power management features present in the Atom SoC. This driver provides a native power off function via PMC PCI IO port. On some ACPI hardware-reduced platforms(e.g. ASUS-T100), ACPI sleep registers are not valid so that (*pm_power_off)() is not hooked by acpi_power_off(). The power off function in this driver is installed only when pm_power_off is NULL. Signed-off-by: Aubrey Li <aubrey.li@linux.intel.com> Link: http://lkml.kernel.org/r/53B0FEEA.3010805@linux.intel.com Signed-off-by: Lejun Zhu <lejun.zhu@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r--arch/x86/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 047f9ff2e36c..bde3993624f1 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -106,6 +106,7 @@ obj-$(CONFIG_EFI) += sysfb_efi.o
obj-$(CONFIG_PERF_EVENTS) += perf_regs.o
obj-$(CONFIG_TRACING) += tracepoint.o
obj-$(CONFIG_IOSF_MBI) += iosf_mbi.o
+obj-$(CONFIG_PMC_ATOM) += pmc_atom.o
###
# 64 bit specific files