aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f763762d544a..7656623f5006 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -916,6 +916,15 @@ config KMOD
916 916
917endif # MODULES 917endif # MODULES
918 918
919config INIT_ALL_POSSIBLE
920 bool
921 help
922 Back when each arch used to define their own cpu_online_map and
923 cpu_possible_map, some of them chose to initialize cpu_possible_map
924 with all 1s, and others with all 0s. When they were centralised,
925 it was better to provide this option than to break all the archs
926 and have several arch maintainers persuing me down dark alleys.
927
919config STOP_MACHINE 928config STOP_MACHINE
920 bool 929 bool
921 default y 930 default y