aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig26
1 files changed, 1 insertions, 25 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 2d6d133c0edd..5c10af66fb51 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -111,6 +111,7 @@ config PPC
111 select HAVE_FTRACE_MCOUNT_RECORD 111 select HAVE_FTRACE_MCOUNT_RECORD
112 select HAVE_DYNAMIC_FTRACE 112 select HAVE_DYNAMIC_FTRACE
113 select HAVE_FUNCTION_TRACER 113 select HAVE_FUNCTION_TRACER
114 select HAVE_FUNCTION_GRAPH_TRACER
114 select ARCH_WANT_OPTIONAL_GPIOLIB 115 select ARCH_WANT_OPTIONAL_GPIOLIB
115 select HAVE_IDE 116 select HAVE_IDE
116 select HAVE_IOREMAP_PROT 117 select HAVE_IOREMAP_PROT
@@ -859,31 +860,6 @@ config TASK_SIZE
859 default "0x80000000" if PPC_PREP || PPC_8xx 860 default "0x80000000" if PPC_PREP || PPC_8xx
860 default "0xc0000000" 861 default "0xc0000000"
861 862
862config CONSISTENT_START_BOOL
863 bool "Set custom consistent memory pool address"
864 depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
865 help
866 This option allows you to set the base virtual address
867 of the consistent memory pool. This pool of virtual
868 memory is used to make consistent memory allocations.
869
870config CONSISTENT_START
871 hex "Base virtual address of consistent memory pool" if CONSISTENT_START_BOOL
872 default "0xfd000000" if (NOT_COHERENT_CACHE && 8xx)
873 default "0xff100000" if NOT_COHERENT_CACHE
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
887config PIN_TLB 863config PIN_TLB
888 bool "Pinned Kernel TLBs (860 ONLY)" 864 bool "Pinned Kernel TLBs (860 ONLY)"
889 depends on ADVANCED_OPTIONS && 8xx 865 depends on ADVANCED_OPTIONS && 8xx