summaryrefslogtreecommitdiff
path: root/drivers/mxc/gpu-viv/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/gpu-viv/Kconfig')
-rw-r--r--drivers/mxc/gpu-viv/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mxc/gpu-viv/Kconfig b/drivers/mxc/gpu-viv/Kconfig
index e9cc4b27614c..7eb8956ee690 100644
--- a/drivers/mxc/gpu-viv/Kconfig
+++ b/drivers/mxc/gpu-viv/Kconfig
@@ -6,4 +6,15 @@ config MXC_GPU_VIV
---help---
Say Y to get the GPU driver support.
+config GPU_LOW_MEMORY_KILLER
+ tristate "Reserved memory account to Low memory Killer"
+ depends on ANDROID
+ default n
+ ---help---
+ Resigter reserved memory account to low memory killer, These
+ reserved memory is mainly used by GPU driver, but it's not
+ account by low memory killer, so even it takes much memory,
+ it will not killed. add this to fix this, it will kill the
+ large memory app in background.
+
endmenu