diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
| -rw-r--r-- | arch/powerpc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index a0d1146a0578..cdc9a6ff4be8 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -868,6 +868,18 @@ config TASK_SIZE | |||
| 868 | default "0x80000000" if PPC_PREP || PPC_8xx | 868 | default "0x80000000" if PPC_PREP || PPC_8xx |
| 869 | default "0xc0000000" | 869 | default "0xc0000000" |
| 870 | 870 | ||
| 871 | config CONSISTENT_SIZE_BOOL | ||
| 872 | bool "Set custom consistent memory pool size" | ||
| 873 | depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE | ||
| 874 | help | ||
| 875 | This option allows you to set the size of the | ||
| 876 | consistent memory pool. This pool of virtual memory | ||
| 877 | is used to make consistent memory allocations. | ||
| 878 | |||
| 879 | config CONSISTENT_SIZE | ||
| 880 | hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL | ||
| 881 | default "0x00200000" if NOT_COHERENT_CACHE | ||
| 882 | |||
| 871 | config PIN_TLB | 883 | config PIN_TLB |
| 872 | bool "Pinned Kernel TLBs (860 ONLY)" | 884 | bool "Pinned Kernel TLBs (860 ONLY)" |
| 873 | depends on ADVANCED_OPTIONS && 8xx | 885 | depends on ADVANCED_OPTIONS && 8xx |
