config MALI400
	tristate "Mali-300/400/450 support"
	depends on ARM
	select FB
	---help---
	  This enables support for the Mali-300, Mali-400, and Mali-450 GPUs.

	  To compile this driver as a module, choose M here: the module will be
	  called mali.

config MALI400_DEBUG
	bool "Enable debug in Mali driver"
	depends on MALI400
	---help---
	  This enabled extra debug checks and messages in the Mali-300/400/450
	  driver.

config MALI400_PROFILING
	bool "Enable Mali profiling"
	depends on MALI400 && TRACEPOINTS
	---help---
	  This enables gator profiling of Mali GPU events.

config MALI400_GPU_UTILIZATION
	bool "Enable Mali GPU utilization tracking"
	depends on MALI400
	---help---
	  This enables gathering and processing of the utilization of Mali GPU.
	  This data can be used as a basis to change GPU operating frequency.

