Kconfig (0f890c8d205e47f7cb0d381ffba582a170fd4f72) | Kconfig (239132454583d474932d8835f87a244f6f1bff9e) |
---|---|
1source "arch/powerpc/platforms/Kconfig.cputype" 2 3config PPC32 4 bool 5 default y if !PPC64 6 7config 32BIT 8 bool --- 819 unchanged lines hidden (view full) --- 828 829config LOWMEM_CAM_NUM 830 depends on FSL_BOOKE 831 int "Number of CAMs to use to map low memory" if LOWMEM_CAM_NUM_BOOL 832 default 3 833 834config DYNAMIC_MEMSTART 835 bool "Enable page aligned dynamic load address for kernel (EXPERIMENTAL)" | 1source "arch/powerpc/platforms/Kconfig.cputype" 2 3config PPC32 4 bool 5 default y if !PPC64 6 7config 32BIT 8 bool --- 819 unchanged lines hidden (view full) --- 828 829config LOWMEM_CAM_NUM 830 depends on FSL_BOOKE 831 int "Number of CAMs to use to map low memory" if LOWMEM_CAM_NUM_BOOL 832 default 3 833 834config DYNAMIC_MEMSTART 835 bool "Enable page aligned dynamic load address for kernel (EXPERIMENTAL)" |
836 depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && (FSL_BOOKE || PPC_47x) | 836 depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && (FSL_BOOKE || 44x) |
837 select NONSTATIC_KERNEL 838 help 839 This option enables the kernel to be loaded at any page aligned 840 physical address. The kernel creates a mapping from KERNELBASE to 841 the address where the kernel is loaded. The page size here implies 842 the TLB page size of the mapping for kernel on the particular platform. 843 Please refer to the init code for finding the TLB page size. 844 --- 163 unchanged lines hidden --- | 837 select NONSTATIC_KERNEL 838 help 839 This option enables the kernel to be loaded at any page aligned 840 physical address. The kernel creates a mapping from KERNELBASE to 841 the address where the kernel is loaded. The page size here implies 842 the TLB page size of the mapping for kernel on the particular platform. 843 Please refer to the init code for finding the TLB page size. 844 --- 163 unchanged lines hidden --- |