diff options
author | Leo Yan <leo.yan@linaro.org> | 2015-08-21 04:40:22 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-09-15 15:43:24 +0100 |
commit | 2314ee4d444e28d4670ff80c84df68c25887decb (patch) | |
tree | 31dba9353a16ed51c46a0a01e48c15265cd3b460 | |
parent | bf950040a53da35522e38066d9eb6ab7a1c9d136 (diff) |
arm64: enable generic idle loop
Enable generic idle loop for ARM64, so can support for hlt/nohlt
command line options to override default idle loop behavior.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 7d95663c0160..8b6e378992d2 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -32,6 +32,7 @@ config ARM64 select GENERIC_CLOCKEVENTS_BROADCAST select GENERIC_CPU_AUTOPROBE select GENERIC_EARLY_IOREMAP + select GENERIC_IDLE_POLL_SETUP select GENERIC_IRQ_PROBE select GENERIC_IRQ_SHOW select GENERIC_IRQ_SHOW_LEVEL |