|
@@ -40,23 +40,22 @@ config LPD7A40X_CPLD_SSP
|
|
bool
|
|
bool
|
|
|
|
|
|
config LH7A40X_CONTIGMEM
|
|
config LH7A40X_CONTIGMEM
|
|
- bool "Disable NUMA Support"
|
|
|
|
- depends on ARCH_LH7A40X
|
|
|
|
|
|
+ bool "Disable NUMA/SparseMEM Support"
|
|
help
|
|
help
|
|
Say Y here if your bootloader sets the SROMLL bit(s) in
|
|
Say Y here if your bootloader sets the SROMLL bit(s) in
|
|
the SDRAM controller, organizing memory as a contiguous
|
|
the SDRAM controller, organizing memory as a contiguous
|
|
- array. This option will disable CONFIG_DISCONTIGMEM and
|
|
|
|
- force the kernel to manage all memory in one node.
|
|
|
|
|
|
+ array. This option will disable sparse memory support
|
|
|
|
+ and force the kernel to manage all memory in one node.
|
|
|
|
|
|
- Setting this option incorrectly may prevent the kernel from
|
|
|
|
- booting. It is OK to leave it N.
|
|
|
|
|
|
+ Setting this option incorrectly may prevent the kernel
|
|
|
|
+ from booting. It is OK to leave it N.
|
|
|
|
|
|
For more information, consult
|
|
For more information, consult
|
|
<file:Documentation/arm/Sharp-LH/SDRAM>.
|
|
<file:Documentation/arm/Sharp-LH/SDRAM>.
|
|
|
|
|
|
config LH7A40X_ONE_BANK_PER_NODE
|
|
config LH7A40X_ONE_BANK_PER_NODE
|
|
bool "Optimize NUMA Node Tables for Size"
|
|
bool "Optimize NUMA Node Tables for Size"
|
|
- depends on ARCH_LH7A40X && !LH7A40X_CONTIGMEM
|
|
|
|
|
|
+ depends on !LH7A40X_CONTIGMEM
|
|
help
|
|
help
|
|
Say Y here to produce compact memory node tables. By
|
|
Say Y here to produce compact memory node tables. By
|
|
default pairs of adjacent physical RAM banks are managed
|
|
default pairs of adjacent physical RAM banks are managed
|