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 7b67895fccf6..ff755398ce28 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -872,6 +872,18 @@ config TASK_SIZE | |||
872 | default "0x80000000" if PPC_PREP || PPC_8xx | 872 | default "0x80000000" if PPC_PREP || PPC_8xx |
873 | default "0xc0000000" | 873 | default "0xc0000000" |
874 | 874 | ||
875 | config CONSISTENT_SIZE_BOOL | ||
876 | bool "Set custom consistent memory pool size" | ||
877 | depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE | ||
878 | help | ||
879 | This option allows you to set the size of the | ||
880 | consistent memory pool. This pool of virtual memory | ||
881 | is used to make consistent memory allocations. | ||
882 | |||
883 | config CONSISTENT_SIZE | ||
884 | hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL | ||
885 | default "0x00200000" if NOT_COHERENT_CACHE | ||
886 | |||
875 | config PIN_TLB | 887 | config PIN_TLB |
876 | bool "Pinned Kernel TLBs (860 ONLY)" | 888 | bool "Pinned Kernel TLBs (860 ONLY)" |
877 | depends on ADVANCED_OPTIONS && 8xx | 889 | depends on ADVANCED_OPTIONS && 8xx |