diff options
author | Takashi Yamamoto <TakashiA.Yamamoto@jp.sony.com> | 2008-01-18 15:32:46 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-25 06:52:53 -0500 |
commit | 781749a46b34dc5c9e4000df7b9d37d675c17463 (patch) | |
tree | 98b51b049f48804978c9139db6427945a1186963 /arch/powerpc/platforms/ps3/Kconfig | |
parent | ed7570022a42a60ecb67c53f429bc96c7bc5597d (diff) |
[POWERPC] PS3: Add logical performance monitor driver support
Add PS3 logical performance monitor (lpm) device driver.
The PS3's LV1 hypervisor provides a Logical Performance Monitor that
abstracts the Cell processor's performance monitor features for use
by guest operating systems.
Signed-off-by: Takashi Yamamoto <TakashiA.Yamamoto@jp.sony.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/ps3/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig index 298f1c9679fb..a3d708fe5709 100644 --- a/arch/powerpc/platforms/ps3/Kconfig +++ b/arch/powerpc/platforms/ps3/Kconfig | |||
@@ -138,4 +138,17 @@ config PS3_FLASH | |||
138 | be disabled on the kernel command line using "ps3flash=off", to | 138 | be disabled on the kernel command line using "ps3flash=off", to |
139 | not allocate this fixed buffer. | 139 | not allocate this fixed buffer. |
140 | 140 | ||
141 | config PS3_LPM | ||
142 | tristate "PS3 Logical Performance Monitor support" | ||
143 | depends on PPC_PS3 | ||
144 | help | ||
145 | Include support for the PS3 Logical Performance Monitor. | ||
146 | |||
147 | This support is required to use the logical performance monitor | ||
148 | of the PS3's LV1 hypervisor. | ||
149 | |||
150 | If you intend to use the advanced performance monitoring and | ||
151 | profiling support of the Cell processor with programs like | ||
152 | oprofile and perfmon2, then say Y or M, otherwise say N. | ||
153 | |||
141 | endmenu | 154 | endmenu |