diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 8828ed0b2051..113c74c07da4 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -737,6 +737,14 @@ config VM_EVENT_COUNTERS | |||
737 | on EMBEDDED systems. /proc/vmstat will only show page counts | 737 | on EMBEDDED systems. /proc/vmstat will only show page counts |
738 | if VM event counters are disabled. | 738 | if VM event counters are disabled. |
739 | 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 | |||
740 | config SLUB_DEBUG | 748 | config SLUB_DEBUG |
741 | default y | 749 | default y |
742 | bool "Enable SLUB debugging support" if EMBEDDED | 750 | bool "Enable SLUB debugging support" if EMBEDDED |
@@ -786,6 +794,13 @@ config PROFILING | |||
786 | Say Y here to enable the extended profiling support mechanisms used | 794 | Say Y here to enable the extended profiling support mechanisms used |
787 | by profilers such as OProfile. | 795 | by profilers such as OProfile. |
788 | 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 | |||
789 | config MARKERS | 804 | config MARKERS |
790 | bool "Activate markers" | 805 | bool "Activate markers" |
791 | help | 806 | help |