diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 13627191a60d..f6281711166d 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -924,6 +924,15 @@ config KMOD | |||
924 | 924 | ||
925 | endif # MODULES | 925 | endif # MODULES |
926 | 926 | ||
927 | config INIT_ALL_POSSIBLE | ||
928 | bool | ||
929 | help | ||
930 | Back when each arch used to define their own cpu_online_map and | ||
931 | cpu_possible_map, some of them chose to initialize cpu_possible_map | ||
932 | with all 1s, and others with all 0s. When they were centralised, | ||
933 | it was better to provide this option than to break all the archs | ||
934 | and have several arch maintainers persuing me down dark alleys. | ||
935 | |||
927 | config STOP_MACHINE | 936 | config STOP_MACHINE |
928 | bool | 937 | bool |
929 | default y | 938 | default y |