summaryrefslogtreecommitdiff
path: root/drivers/mxc/gpu-viv/Kconfig
blob: b63590a345d9c8b32271fe2c8e14c522b64e59e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
menu "MXC Vivante GPU support"
	depends on ARCH_MX6

config MXC_GPU_VIV
	tristate "MXC Vivante GPU support"
	---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