diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 5ceff3249a2d..113c74c07da4 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -299,6 +299,13 @@ config CGROUP_NS | |||
299 | for instance virtual servers and checkpoint/restart | 299 | for instance virtual servers and checkpoint/restart |
300 | jobs. | 300 | jobs. |
301 | 301 | ||
302 | config CGROUP_FREEZER | ||
303 | bool "control group freezer subsystem" | ||
304 | depends on CGROUPS | ||
305 | help | ||
306 | Provides a way to freeze and unfreeze all tasks in a | ||
307 | cgroup. | ||
308 | |||
302 | config CGROUP_DEVICE | 309 | config CGROUP_DEVICE |
303 | bool "Device controller for cgroups" | 310 | bool "Device controller for cgroups" |
304 | depends on CGROUPS && EXPERIMENTAL | 311 | depends on CGROUPS && EXPERIMENTAL |
@@ -730,6 +737,14 @@ config VM_EVENT_COUNTERS | |||
730 | on EMBEDDED systems. /proc/vmstat will only show page counts | 737 | on EMBEDDED systems. /proc/vmstat will only show page counts |
731 | if VM event counters are disabled. | 738 | if VM event counters are disabled. |
732 | 739 | ||
740 | config PCI_QUIRKS | ||
741 | default y | ||
742 | bool "Enable PCI quirk workarounds" if EMBEDDED && PCI | ||
743 | help | ||
744 | This enables workarounds for various PCI chipset | ||
745 | bugs/quirks. Disable this only if your target machine is | ||
746 | unaffected by PCI quirks. | ||
747 | |||
733 | config SLUB_DEBUG | 748 | config SLUB_DEBUG |
734 | default y | 749 | default y |
735 | bool "Enable SLUB debugging support" if EMBEDDED | 750 | bool "Enable SLUB debugging support" if EMBEDDED |
@@ -779,6 +794,13 @@ config PROFILING | |||
779 | Say Y here to enable the extended profiling support mechanisms used | 794 | Say Y here to enable the extended profiling support mechanisms used |
780 | by profilers such as OProfile. | 795 | by profilers such as OProfile. |
781 | 796 | ||
797 | # | ||
798 | # Place an empty function call at each tracepoint site. Can be | ||
799 | # dynamically changed for a probe function. | ||
800 | # | ||
801 | config TRACEPOINTS | ||
802 | bool | ||
803 | |||
782 | config MARKERS | 804 | config MARKERS |
783 | bool "Activate markers" | 805 | bool "Activate markers" |
784 | help | 806 | help |