diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/init/Kconfig b/init/Kconfig index 13627191a60d..52847eec7398 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -916,14 +916,17 @@ config MODULE_SRCVERSION_ALL | |||
916 | the version). With this option, such a "srcversion" field | 916 | the version). With this option, such a "srcversion" field |
917 | will be created for all modules. If unsure, say N. | 917 | will be created for all modules. If unsure, say N. |
918 | 918 | ||
919 | config KMOD | ||
920 | def_bool y | ||
921 | help | ||
922 | This is being removed soon. These days, CONFIG_MODULES | ||
923 | implies CONFIG_KMOD, so use that instead. | ||
924 | |||
925 | endif # MODULES | 919 | endif # MODULES |
926 | 920 | ||
921 | config INIT_ALL_POSSIBLE | ||
922 | bool | ||
923 | help | ||
924 | Back when each arch used to define their own cpu_online_map and | ||
925 | cpu_possible_map, some of them chose to initialize cpu_possible_map | ||
926 | with all 1s, and others with all 0s. When they were centralised, | ||
927 | it was better to provide this option than to break all the archs | ||
928 | and have several arch maintainers persuing me down dark alleys. | ||
929 | |||
927 | config STOP_MACHINE | 930 | config STOP_MACHINE |
928 | bool | 931 | bool |
929 | default y | 932 | default y |