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

#
## 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.


config UMP_R3P1_LSI
	bool "Uses the R3P1 as a ump module"
    depends on VIDEO_UMP
    default n
    ---help---
		This uses the r3p1 as a UMP kernel module

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.