diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2013-02-28 13:14:37 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2013-05-08 05:23:00 -0400 |
commit | aa1e8ec1d2a997b39aebab13c32b77da2ac0f287 (patch) | |
tree | 718754e6b7332089d05aaf03d0b0f59034b81ca5 /arch/arm64/Kconfig | |
parent | c4188edc9e92fdc4b341c5cba91ffd8c3e9997e5 (diff) |
arm64: vexpress: Add support for poweroff/restart
This patch adds the arm_pm_poweroff definition expected by the
vexpress-poweroff.c driver and enables the latter for arm64.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index c05bb215292a..43b0e9f10a39 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -32,6 +32,8 @@ config ARM64 | |||
32 | select OF | 32 | select OF |
33 | select OF_EARLY_FLATTREE | 33 | select OF_EARLY_FLATTREE |
34 | select PERF_USE_VMALLOC | 34 | select PERF_USE_VMALLOC |
35 | select POWER_RESET | ||
36 | select POWER_SUPPLY | ||
35 | select RTC_LIB | 37 | select RTC_LIB |
36 | select SPARSE_IRQ | 38 | select SPARSE_IRQ |
37 | select SYSCTL_EXCEPTION_TRACE | 39 | select SYSCTL_EXCEPTION_TRACE |
@@ -106,6 +108,7 @@ config ARCH_VEXPRESS | |||
106 | bool "ARMv8 software model (Versatile Express)" | 108 | bool "ARMv8 software model (Versatile Express)" |
107 | select ARCH_REQUIRE_GPIOLIB | 109 | select ARCH_REQUIRE_GPIOLIB |
108 | select COMMON_CLK_VERSATILE | 110 | select COMMON_CLK_VERSATILE |
111 | select POWER_RESET_VEXPRESS | ||
109 | select VEXPRESS_CONFIG | 112 | select VEXPRESS_CONFIG |
110 | help | 113 | help |
111 | This enables support for the ARMv8 software model (Versatile | 114 | This enables support for the ARMv8 software model (Versatile |