aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-05-28 23:54:52 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-05-28 23:54:52 -0400
commit435462c6e639065460e91903d6bd2af0f5762fde (patch)
treebf66ccdd613019035ebab535762366aa1026399b /arch/powerpc/Kconfig
parentd7b41b1fdf162d3e26cb73bf2cf14816918e371e (diff)
parentb5c42bc8db17db80917f99205a03c51f17354495 (diff)
Merge branch 'merge' into next
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig12
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
875config 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
883config CONSISTENT_SIZE
884 hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
885 default "0x00200000" if NOT_COHERENT_CACHE
886
875config PIN_TLB 887config 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