Kconfig (c4c0c56a7a85ed5725786219e4fbca7e840b1531) | Kconfig (912985dce45ef18fcdd9f5439fef054e0e22302a) |
---|---|
1config SELECT_MEMORY_MODEL 2 def_bool y 3 depends on EXPERIMENTAL || ARCH_SELECT_MEMORY_MODEL 4 5choice 6 prompt "Memory model" 7 depends on SELECT_MEMORY_MODEL 8 default DISCONTIGMEM_MANUAL if ARCH_DISCONTIGMEM_DEFAULT --- 63 unchanged lines hidden (view full) --- 72config FLATMEM 73 def_bool y 74 depends on (!DISCONTIGMEM && !SPARSEMEM) || FLATMEM_MANUAL 75 76config FLAT_NODE_MEM_MAP 77 def_bool y 78 depends on !SPARSEMEM 79 | 1config SELECT_MEMORY_MODEL 2 def_bool y 3 depends on EXPERIMENTAL || ARCH_SELECT_MEMORY_MODEL 4 5choice 6 prompt "Memory model" 7 depends on SELECT_MEMORY_MODEL 8 default DISCONTIGMEM_MANUAL if ARCH_DISCONTIGMEM_DEFAULT --- 63 unchanged lines hidden (view full) --- 72config FLATMEM 73 def_bool y 74 depends on (!DISCONTIGMEM && !SPARSEMEM) || FLATMEM_MANUAL 75 76config FLAT_NODE_MEM_MAP 77 def_bool y 78 depends on !SPARSEMEM 79 |
80config HAVE_GET_USER_PAGES_FAST 81 bool 82 | |
83# 84# Both the NUMA code and DISCONTIGMEM use arrays of pg_data_t's 85# to represent different areas of memory. This variable allows 86# those dependencies to exist individually. 87# 88config NEED_MULTIPLE_NODES 89 def_bool y 90 depends on DISCONTIGMEM || NUMA --- 123 unchanged lines hidden --- | 80# 81# Both the NUMA code and DISCONTIGMEM use arrays of pg_data_t's 82# to represent different areas of memory. This variable allows 83# those dependencies to exist individually. 84# 85config NEED_MULTIPLE_NODES 86 def_bool y 87 depends on DISCONTIGMEM || NUMA --- 123 unchanged lines hidden --- |