#
## S3C Multimedia Mali configuration
##
#
# For Mali
config VIDEO_MALI400MP_R3P0
	bool "Enable MALI integration"
	depends on VIDEO_SAMSUNG
	default n
	---help---
                This enables MALI integration in the multimedia device driver

choice
	prompt "MALI MEMORY OPTION"
	depends on VIDEO_MALI400MP_R3P0
	default MALI_OSMEM_ONLY_R3P0

	config MALI_DED_ONLY_R3P0
		bool "mali dedicated memory only"
		---help---
		  This enables MALI dedicated memory only option

	config MALI_DED_MMU_R3P0
		bool "mali dedicated memory with mmu enable"
		---help---
		  This enables MALI dedicated memory with mmu enable option

	config MALI_OSMEM_ONLY_R3P0
		bool "mali OS memory only"
		---help---
		  This enables MALI OS memory only option

	config MALI_DED_OSMEM_R3P0
		bool "mali dedicated memory and OS memory"
		---help---
		  This enables MALI dedicated memory and OS memory option
endchoice

config MALI_MEM_SIZE
	int "Dedicated Memory Size"
	depends on VIDEO_MALI400MP_R3P0 && (MALI_DED_ONLY_R3P0 || MALI_DED_MMU_R3P0 || MALI_DED_OSMEM_R3P0)
	default "128"
	---help---
	  This value is dedicated memory size of Mali GPU(unit is MByte).

config VIDEO_MALI400MP_GLOBAL_LOCK
	bool "Enable DDK Global Lock"
	depends on VIDEO_MALI400MP_R3P0
	default n
	---help---
	  This support Mali DDK global lock feature for SLP.

# For DEBUG
config VIDEO_MALI400MP_DEBUG
	bool "Enables debug messages"
	depends on VIDEO_MALI400MP_R3P0
	default n
	help
	  This enables Mali driver debug messages.

config VIDEO_MALI400MP_DVFS
	bool "Enables DVFS"
	depends on VIDEO_MALI400MP_R3P0 && PM
	default y
	help
	  This enables Mali driver DVFS.
