diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 66a3d8cee5cf..53d0955abf11 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -342,6 +342,14 @@ config PPC_64K_PAGES | |||
342 | while on hardware with such support, it will be used to map | 342 | while on hardware with such support, it will be used to map |
343 | normal application pages. | 343 | normal application pages. |
344 | 344 | ||
345 | config PPC_SUBPAGE_PROT | ||
346 | bool "Support setting protections for 4k subpages" | ||
347 | depends on PPC_64K_PAGES | ||
348 | help | ||
349 | This option adds support for a system call to allow user programs | ||
350 | to set access permissions (read/write, readonly, or no access) | ||
351 | on the 4k subpages of each 64k page. | ||
352 | |||
345 | config SCHED_SMT | 353 | config SCHED_SMT |
346 | bool "SMT (Hyperthreading) scheduler support" | 354 | bool "SMT (Hyperthreading) scheduler support" |
347 | depends on PPC64 && SMP | 355 | depends on PPC64 && SMP |