aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/samsung/mali/Kconfig_module
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/samsung/mali/Kconfig_module')
-rw-r--r--drivers/media/video/samsung/mali/Kconfig_module30
1 files changed, 0 insertions, 30 deletions
diff --git a/drivers/media/video/samsung/mali/Kconfig_module b/drivers/media/video/samsung/mali/Kconfig_module
deleted file mode 100644
index dabb36e..0000000
--- a/drivers/media/video/samsung/mali/Kconfig_module
+++ /dev/null
@@ -1,30 +0,0 @@
-config MALI400
- tristate "Mali-300/400/450 support"
- depends on ARM
- select FB
- ---help---
- This enables support for the Mali-300, Mali-400, and Mali-450 GPUs.
-
- To compile this driver as a module, choose M here: the module will be
- called mali.
-
-config MALI400_DEBUG
- bool "Enable debug in Mali driver"
- depends on MALI400
- ---help---
- This enabled extra debug checks and messages in the Mali-300/400/450
- driver.
-
-config MALI400_PROFILING
- bool "Enable Mali profiling"
- depends on MALI400 && TRACEPOINTS
- ---help---
- This enables gator profiling of Mali GPU events.
-
-config MALI400_GPU_UTILIZATION
- bool "Enable Mali GPU utilization tracking"
- depends on MALI400
- ---help---
- This enables gathering and processing of the utilization of Mali GPU.
- This data can be used as a basis to change GPU operating frequency.
-