diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index a05f843e7e52..ccb9f8f87f40 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -332,7 +332,7 @@ config VIRT_CPU_ACCOUNTING | |||
332 | choice | 332 | choice |
333 | prompt "Cputime accounting" | 333 | prompt "Cputime accounting" |
334 | default TICK_CPU_ACCOUNTING if !PPC64 | 334 | default TICK_CPU_ACCOUNTING if !PPC64 |
335 | default VIRT_CPU_ACCOUNTING if PPC64 | 335 | default VIRT_CPU_ACCOUNTING_NATIVE if PPC64 |
336 | 336 | ||
337 | # Kind of a stub config for the pure tick based cputime accounting | 337 | # Kind of a stub config for the pure tick based cputime accounting |
338 | config TICK_CPU_ACCOUNTING | 338 | config TICK_CPU_ACCOUNTING |