Kconfig (782bb5a532f883540bf403afb19f735a4eefd95b) | Kconfig (4d35b93a66e9b87df20784fcf130d2e8760be53f) |
---|---|
1menu "Memory management options" 2 3config QUICKLIST 4 def_bool y 5 6config MMU 7 bool "Support for memory management hardware" 8 depends on !CPU_SH2 --- 155 unchanged lines hidden (view full) --- 164config ARCH_ENABLE_MEMORY_HOTREMOVE 165 def_bool y 166 depends on SPARSEMEM && MMU 167 168config ARCH_MEMORY_PROBE 169 def_bool y 170 depends on MEMORY_HOTPLUG 171 | 1menu "Memory management options" 2 3config QUICKLIST 4 def_bool y 5 6config MMU 7 bool "Support for memory management hardware" 8 depends on !CPU_SH2 --- 155 unchanged lines hidden (view full) --- 164config ARCH_ENABLE_MEMORY_HOTREMOVE 165 def_bool y 166 depends on SPARSEMEM && MMU 167 168config ARCH_MEMORY_PROBE 169 def_bool y 170 depends on MEMORY_HOTPLUG 171 |
172config IOREMAP_FIXED 173 def_bool y 174 depends on X2TLB || SUPERH64 175 |
|
172choice 173 prompt "Kernel page size" 174 default PAGE_SIZE_4KB 175 176config PAGE_SIZE_4KB 177 bool "4kB" 178 help 179 This is the default page size used by all SuperH CPUs. --- 99 unchanged lines hidden --- | 176choice 177 prompt "Kernel page size" 178 default PAGE_SIZE_4KB 179 180config PAGE_SIZE_4KB 181 bool "4kB" 182 help 183 This is the default page size used by all SuperH CPUs. --- 99 unchanged lines hidden --- |