menu "Hardware Performance Monitoring support"
config PERFMON
	bool "Perfmon2 performance monitoring interface"
	default n
	help
  	Enables the perfmon2 interface to access the hardware
	performance counters. See <http://perfmon2.sf.net/> for
 	more details.

config PERFMON_POWER5
	tristate "Support for Power5 hardware performance counters"
	depends on PERFMON
	default n
	help
	Enables support for the Power 5 hardware performance counters
	If unsure, say M.

config PERFMON_POWER4
	tristate "Support for Power4 hardware performance counters"
	depends on PERFMON
	default n
	help
	Enables support for the Power 4 hardware performance counters
	If unsure, say M.

config PERFMON_PPC32
	tristate "Support for PPC32 hardware performance counters"
	depends on PERFMON
	default n
	help
	Enables support for the PPC32 hardware performance counters
	If unsure, say M.

config PERFMON_PPC64
	tristate "Support for PPC64 hardware performance counters"
	depends on PERFMON
	default n
	help
	Enables support for the Power 5 hardware performance counters
	If unsure, say M.

endmenu
