Kconfig (c7fb577e2a6cb04732541f2dc402bd46747f7558) Kconfig (3a65dfe8c088143c7155cfd36a72f4b0ad2fc4b2)
1menu "Code maturity level options"
2
3config EXPERIMENTAL
4 bool "Prompt for development and/or incomplete code/drivers"
5 ---help---
6 Some of the various things that Linux supports (such as network
7 drivers, file systems, network protocols, etc.) can be in a state
8 of development where the functionality, stability, or the level of

--- 487 unchanged lines hidden (view full) ---

496
497config STOP_MACHINE
498 bool
499 default y
500 depends on (SMP && MODULE_UNLOAD) || HOTPLUG_CPU
501 help
502 Need stop_machine() primitive.
503endmenu
1menu "Code maturity level options"
2
3config EXPERIMENTAL
4 bool "Prompt for development and/or incomplete code/drivers"
5 ---help---
6 Some of the various things that Linux supports (such as network
7 drivers, file systems, network protocols, etc.) can be in a state
8 of development where the functionality, stability, or the level of

--- 487 unchanged lines hidden (view full) ---

496
497config STOP_MACHINE
498 bool
499 default y
500 depends on (SMP && MODULE_UNLOAD) || HOTPLUG_CPU
501 help
502 Need stop_machine() primitive.
503endmenu
504
505menu "Block layer"
506source "block/Kconfig"
507endmenu