aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/samsung/mali/Kconfig
blob: 1736eed358a0342821453486ebbbf1fb98fb87ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#
## S3C Multimedia Mali configuration
##
#
# For Mali
config VIDEO_MALI400MP
	bool "Enable MALI integration"
	depends on VIDEO_SAMSUNG
	default y
	---help---
                This enables MALI integration in the multimedia device driver

choice
depends on VIDEO_MALI400MP
prompt "MALI MEMORY OPTION"
default MALI_OSMEM_ONLY
config MALI_DED_ONLY
  bool "mali dedicated memory only"
   ---help---
       This enables MALI dedicated memory only option
config MALI_DED_MMU
  bool "mali dedicated memory with mmu enable"
   ---help---
       This enables MALI dedicated memory with mmu enable option
config MALI_OSMEM_ONLY
   bool "mali OS memory only"
   ---help---
       This enables MALI OS memory only option
config MALI_DED_OSMEM
   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 && (MALI_DED_ONLY || MALI_DED_MMU || MALI_DED_OSMEM)
   default "128"
   ---help---
       This value is dedicated memory size of Mali GPU(unit is MByte).
	   
config MALI_R3P1_LSI
	bool "Uses the R3P1 as a kernel module"
	depends on VIDEO_MALI400MP
	default n
	---help---
        This uses the r3p1 as a MALI kernel module


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

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