diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 808d2ef80e2f..5226f701634e 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -352,6 +352,11 @@ config PPC_STD_MMU_32 | |||
352 | def_bool y | 352 | def_bool y |
353 | depends on PPC_STD_MMU && PPC32 | 353 | depends on PPC_STD_MMU && PPC32 |
354 | 354 | ||
355 | config PPC_MM_SLICES | ||
356 | bool | ||
357 | default y if HUGETLB_PAGE | ||
358 | default n | ||
359 | |||
355 | config VIRT_CPU_ACCOUNTING | 360 | config VIRT_CPU_ACCOUNTING |
356 | bool "Deterministic task and CPU time accounting" | 361 | bool "Deterministic task and CPU time accounting" |
357 | depends on PPC64 | 362 | depends on PPC64 |