aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig15
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
919config 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
925endif # MODULES 919endif # MODULES
926 920
921config 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
927config STOP_MACHINE 930config STOP_MACHINE
928 bool 931 bool
929 default y 932 default y