diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index b408e352198c..8782b4b689a7 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -730,6 +730,22 @@ config LOWMEM_SIZE | |||
730 | hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL | 730 | hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL |
731 | default "0x30000000" | 731 | default "0x30000000" |
732 | 732 | ||
733 | config LOWMEM_CAM_NUM_BOOL | ||
734 | bool "Set number of CAMs to use to map low memory" | ||
735 | depends on ADVANCED_OPTIONS && FSL_BOOKE | ||
736 | help | ||
737 | This option allows you to set the maximum number of CAM slots that | ||
738 | will be used to map low memory. There are a limited number of slots | ||
739 | available and even more limited number that will fit in the L1 MMU. | ||
740 | However, using more entries will allow mapping more low memory. This | ||
741 | can be useful in optimizing the layout of kernel virtual memory. | ||
742 | |||
743 | Say N here unless you know what you are doing. | ||
744 | |||
745 | config LOWMEM_CAM_NUM | ||
746 | int "Number of CAMs to use to map low memory" if LOWMEM_CAM_NUM_BOOL | ||
747 | default 3 | ||
748 | |||
733 | config RELOCATABLE | 749 | config RELOCATABLE |
734 | bool "Build a relocatable kernel (EXPERIMENTAL)" | 750 | bool "Build a relocatable kernel (EXPERIMENTAL)" |
735 | depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && FSL_BOOKE | 751 | depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && FSL_BOOKE |