Pull thermal into release branch
[linux-drm-fsl-dcu.git] / arch / blackfin / oprofile / Kconfig
1 menu "Profiling support"
2 depends on EXPERIMENTAL
3
4 config PROFILING
5         bool "Profiling support (EXPERIMENTAL)"
6         help
7           Say Y here to enable the extended profiling support mechanisms used
8           by profilers such as OProfile.
9
10 config OPROFILE
11         tristate "OProfile system profiling (EXPERIMENTAL)"
12         depends on PROFILING
13         help
14           OProfile is a profiling system capable of profiling the
15           whole system, include the kernel, kernel modules, libraries,
16           and applications.
17
18           If unsure, say N.
19
20 config HARDWARE_PM
21         tristate "Hardware Performance Monitor Profiling"
22         depends on PROFILING
23         help
24           take use of hardware performance monitor to profiling the kernel
25           and application.
26
27           If unsure, say N.
28
29 endmenu