Kconfig (ebf8889bd1fe3615991ff4494635d237280652a2) | Kconfig (d29eff7bca60c9ee401d691d4562a4abca8de543) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7source "arch/powerpc/platforms/Kconfig.cputype" 8 --- 281 unchanged lines hidden (view full) --- 290 291config ARCH_FLATMEM_ENABLE 292 def_bool y 293 depends on (PPC64 && !NUMA) || PPC32 294 295config ARCH_SPARSEMEM_ENABLE 296 def_bool y 297 depends on PPC64 | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7source "arch/powerpc/platforms/Kconfig.cputype" 8 --- 281 unchanged lines hidden (view full) --- 290 291config ARCH_FLATMEM_ENABLE 292 def_bool y 293 depends on (PPC64 && !NUMA) || PPC32 294 295config ARCH_SPARSEMEM_ENABLE 296 def_bool y 297 depends on PPC64 |
298 select SPARSEMEM_VMEMMAP_ENABLE |
|
298 299config ARCH_SPARSEMEM_DEFAULT 300 def_bool y 301 depends on (SMP && PPC_PSERIES) || PPC_PS3 302 303config ARCH_POPULATES_NODE_MAP 304 def_bool y 305 --- 395 unchanged lines hidden --- | 299 300config ARCH_SPARSEMEM_DEFAULT 301 def_bool y 302 depends on (SMP && PPC_PSERIES) || PPC_PS3 303 304config ARCH_POPULATES_NODE_MAP 305 def_bool y 306 --- 395 unchanged lines hidden --- |