aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/samsung/ump/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/samsung/ump/Kconfig')
-rw-r--r--drivers/media/video/samsung/ump/Kconfig58
1 files changed, 58 insertions, 0 deletions
diff --git a/drivers/media/video/samsung/ump/Kconfig b/drivers/media/video/samsung/ump/Kconfig
new file mode 100644
index 0000000..09e8daf
--- /dev/null
+++ b/drivers/media/video/samsung/ump/Kconfig
@@ -0,0 +1,58 @@
+
+#
+## S3C Multimedia Mali configuration
+##
+#
+# For UMP
+config VIDEO_UMP
+ bool "Enable UMP(Unified Memory Provider)"
+ default n
+ ---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.