summaryrefslogtreecommitdiff
path: root/drivers/mxc/gpu-viv/Kconfig
blob: 7eb8956ee69005d0eb11f7043a88b2cde1709a8a (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 SOC_IMX6Q

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