Merge branch 'origin'
[pandora-kernel.git] / arch / powerpc / oprofile / Kconfig
1 config PROFILING
2         depends on !PPC_ISERIES
3         bool "Profiling support (EXPERIMENTAL)"
4         help
5           Say Y here to enable the extended profiling support mechanisms used
6           by profilers such as OProfile.
7
8
9 config OPROFILE
10         tristate "OProfile system profiling (EXPERIMENTAL)"
11         depends on PROFILING
12         help
13           OProfile is a profiling system capable of profiling the
14           whole system, include the kernel, kernel modules, libraries,
15           and applications.
16
17           If unsure, say N.
18