X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=init%2FKconfig;h=b3782c6d5ede57f94446de710213a2b20deed283;hb=968ea6d80e395cf11a51143cfa1b9a14ada676df;hp=f763762d544a135a0a06f67f36701b9f0d331140;hpb=f7f65d1e8bfaa92c1a419c2a52faeca835659295;p=pandora-kernel.git diff --git a/init/Kconfig b/init/Kconfig index f763762d544a..b3782c6d5ede 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -808,6 +808,7 @@ config TRACEPOINTS config MARKERS bool "Activate markers" + depends on TRACEPOINTS help Place an empty function call at each marker site. Can be dynamically changed for a probe function. @@ -916,6 +917,15 @@ config KMOD endif # MODULES +config INIT_ALL_POSSIBLE + bool + help + Back when each arch used to define their own cpu_online_map and + cpu_possible_map, some of them chose to initialize cpu_possible_map + with all 1s, and others with all 0s. When they were centralised, + it was better to provide this option than to break all the archs + and have several arch maintainers persuing me down dark alleys. + config STOP_MACHINE bool default y