aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/samsung/ump/Kconfig
blob: 6304825b84d423eec5703f2524be002cb169324e (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

#
## S3C Multimedia Mali configuration
##
#
# For UMP
config VIDEO_UMP
	bool "Enable UMP(Unified Memory Provider)"
	default y
	---help---
		This enables UMP memory provider

config UMP_VCM_ALLOC
	depends on VIDEO_UMP && VCM
	default y
        bool "Enable ump-vcm(virtual contiguous memory) memory"
        help
          Use VCM(virtual-contiguous-memory) to allocate physical memory.

choice
depends on VIDEO_UMP
prompt "UMP MEMEMORY OPTION"
default UMP_OSMEM_ONLY
config UMP_DED_ONLY
  bool "ump dedicated memory only"
   ---help---
       This enables UMP dedicated memory only option
config UMP_OSMEM_ONLY
   bool "ump OS memory only"
   ---help---
       This enables UMP OS memory only option
config UMP_VCM_ONLY
   bool "ump VCM memory"
   ---help---
       This enables UMP VCM memory only option

endchoice
config UMP_MEM_SIZE
int "UMP Memory Size"
   depends on VIDEO_UMP
   default "512"
   ---help---
       This value is dedicated memory size of UMP (unit is MByte).
# For UMP_DEBUG
config VIDEO_UMP_DEBUG
	bool "Enables debug messages"
	depends on VIDEO_UMP
	default n
	help
	  This enables UMP driver debug messages.