aboutsummaryrefslogtreecommitdiff
path: root/init/Kconfig
diff options
context:
space:
mode:
authorKevin Hilman <khilman@linaro.org>2013-02-14 10:18:57 -0800
committerKevin Hilman <khilman@linaro.org>2013-06-25 16:14:19 -0700
commit07b6a9859697705c3fdbb9282469e5d370520641 (patch)
treed61309caadab9ca2d143a959e8a28959ff94ae59 /init/Kconfig
parent9e895ace5d82df8929b16f58e9f515f6d54ab82d (diff)
init/Kconfig: virt CPU accounting: drop 64-bit requirment
The 64-bit requirement can be removed after the conversion of the conversion of the nsec granularity cputime to work on !64_BIT Cc: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 2d9b83104dcf..e1510223da84 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -325,7 +325,7 @@ config VIRT_CPU_ACCOUNTING_NATIVE
config VIRT_CPU_ACCOUNTING_GEN
bool "Full dynticks CPU time accounting"
- depends on HAVE_CONTEXT_TRACKING && 64BIT
+ depends on HAVE_CONTEXT_TRACKING
select VIRT_CPU_ACCOUNTING
select CONTEXT_TRACKING
help