diff options
| author | Will Deacon <will.deacon@arm.com> | 2012-12-12 14:20:52 -0500 |
|---|---|---|
| committer | Will Deacon <will.deacon@arm.com> | 2013-01-10 16:10:20 -0500 |
| commit | 2bdd424f26be1c98b6e3d9acfffb5559c131c888 (patch) | |
| tree | efe23eb527e407f73dd3b5e6167c80acb0355b4e /arch/arm/kernel/Makefile | |
| parent | 65397edfa1bba622a8159bed4c8efcc4ddb8ed16 (diff) | |
ARM: psci: add support for PSCI invocations from the kernel
This patch adds support for the Power State Coordination Interface
defined by ARM, allowing Linux to request CPU-centric power-management
operations from firmware implementing the PSCI protocol.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm/kernel/Makefile')
| -rw-r--r-- | arch/arm/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile index 5bbec7b8183e..5f3338eacad2 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile | |||
| @@ -82,5 +82,6 @@ obj-$(CONFIG_DEBUG_LL) += debug.o | |||
| 82 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 82 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |
| 83 | 83 | ||
| 84 | obj-$(CONFIG_ARM_VIRT_EXT) += hyp-stub.o | 84 | obj-$(CONFIG_ARM_VIRT_EXT) += hyp-stub.o |
| 85 | obj-$(CONFIG_ARM_PSCI) += psci.o | ||
| 85 | 86 | ||
| 86 | extra-y := $(head-y) vmlinux.lds | 87 | extra-y := $(head-y) vmlinux.lds |
