Kconfig (429b022af41108f6942d72547592b1d30e9a51f0) Kconfig (600715dcdf567c86f8b2c6173fcfb4b873e25a19)
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

--- 173 unchanged lines hidden (view full) ---

182 the page.
183
184config RESOURCES_64BIT
185 bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && EXPERIMENTAL)
186 default 64BIT
187 help
188 This option allows memory and IO resources to be 64 bit.
189
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

--- 173 unchanged lines hidden (view full) ---

182 the page.
183
184config RESOURCES_64BIT
185 bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && EXPERIMENTAL)
186 default 64BIT
187 help
188 This option allows memory and IO resources to be 64 bit.
189
190config PHYS_ADDR_T_64BIT
191 def_bool 64BIT || ARCH_PHYS_ADDR_T_64BIT
192
190config ZONE_DMA_FLAG
191 int
192 default "0" if !ZONE_DMA
193 default "1"
194
195config BOUNCE
196 def_bool y
197 depends on BLOCK && MMU && (ZONE_DMA || HIGHMEM)

--- 13 unchanged lines hidden ---
193config ZONE_DMA_FLAG
194 int
195 default "0" if !ZONE_DMA
196 default "1"
197
198config BOUNCE
199 def_bool y
200 depends on BLOCK && MMU && (ZONE_DMA || HIGHMEM)

--- 13 unchanged lines hidden ---