menuconfig MALI400
	tristate "Mali-300/400/450 support"
	default n
	depends on ARM
	select DMA_SHARED_BUFFER
	---help---
	  This enables support for the ARM 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 driver.

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

config MALI400_INTERNAL_PROFILING
	bool "Enable internal Mali profiling API"
	depends on MALI400_PROFILING
	default n
	---help---
	  This enables the internal legacy Mali profiling API.

config MALI400_UMP
	bool "Enable UMP support"
	depends on MALI400
	default n
	---help---
	  This enables support for the UMP memory sharing API in the Mali driver.

source "drivers/gpu/arm/mali400/ump/Kconfig"

config MALI_DVFS
	bool "Enables mali DVFS"
	depends on MALI400 && PM
	default n
	---help---
		This enables Mali driver DVFS.
