Kconfig (2c4cdf5950b1a7a9d731c03c56e2cea3bd8ca7b7) | Kconfig (4febd95a8a85dd38b1a71fcf9726e19c7fd20039) |
---|---|
1config SELECT_MEMORY_MODEL 2 def_bool y 3 depends on ARCH_SELECT_MEMORY_MODEL 4 5choice 6 prompt "Memory model" 7 depends on SELECT_MEMORY_MODEL 8 default DISCONTIGMEM_MANUAL if ARCH_DISCONTIGMEM_DEFAULT --- 272 unchanged lines hidden (view full) --- 281 282config NR_QUICK 283 int 284 depends on QUICKLIST 285 default "2" if AVR32 286 default "1" 287 288config VIRT_TO_BUS | 1config SELECT_MEMORY_MODEL 2 def_bool y 3 depends on ARCH_SELECT_MEMORY_MODEL 4 5choice 6 prompt "Memory model" 7 depends on SELECT_MEMORY_MODEL 8 default DISCONTIGMEM_MANUAL if ARCH_DISCONTIGMEM_DEFAULT --- 272 unchanged lines hidden (view full) --- 281 282config NR_QUICK 283 int 284 depends on QUICKLIST 285 default "2" if AVR32 286 default "1" 287 288config VIRT_TO_BUS |
289 def_bool y 290 depends on HAVE_VIRT_TO_BUS | 289 bool 290 help 291 An architecture should select this if it implements the 292 deprecated interface virt_to_bus(). All new architectures 293 should probably not select this. |
291 | 294 |
295 |
|
292config MMU_NOTIFIER 293 bool 294 295config KSM 296 bool "Enable KSM for page merging" 297 depends on MMU 298 help 299 Enable Kernel Samepage Merging: KSM periodically scans those areas --- 170 unchanged lines hidden --- | 296config MMU_NOTIFIER 297 bool 298 299config KSM 300 bool "Enable KSM for page merging" 301 depends on MMU 302 help 303 Enable Kernel Samepage Merging: KSM periodically scans those areas --- 170 unchanged lines hidden --- |