Kconfig (18af30e259c25a64ad69bb749c661564bc886275) Kconfig (5f054e31c63be774bf1ce252f20d56012a00f8a5)
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

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

1409 the version). With this option, such a "srcversion" field
1410 will be created for all modules. If unsure, say N.
1411
1412endif # MODULES
1413
1414config INIT_ALL_POSSIBLE
1415 bool
1416 help
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

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

1409 the version). With this option, such a "srcversion" field
1410 will be created for all modules. If unsure, say N.
1411
1412endif # MODULES
1413
1414config INIT_ALL_POSSIBLE
1415 bool
1416 help
1417 Back when each arch used to define their own cpu_online_map and
1418 cpu_possible_map, some of them chose to initialize cpu_possible_map
1417 Back when each arch used to define their own cpu_online_mask and
1418 cpu_possible_mask, some of them chose to initialize cpu_possible_mask
1419 with all 1s, and others with all 0s. When they were centralised,
1420 it was better to provide this option than to break all the archs
1421 and have several arch maintainers pursuing me down dark alleys.
1422
1423config STOP_MACHINE
1424 bool
1425 default y
1426 depends on (SMP && MODULE_UNLOAD) || HOTPLUG_CPU

--- 13 unchanged lines hidden ---
1419 with all 1s, and others with all 0s. When they were centralised,
1420 it was better to provide this option than to break all the archs
1421 and have several arch maintainers pursuing me down dark alleys.
1422
1423config STOP_MACHINE
1424 bool
1425 default y
1426 depends on (SMP && MODULE_UNLOAD) || HOTPLUG_CPU

--- 13 unchanged lines hidden ---