blob: 679ff03399381d8081ca78100c4e1fec56a20582 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
config MTKPASR
bool "MTK proprietary PASR mechanism"
depends on SYSFS && ZSMALLOC && ARM && HIGHMEM
select LZO_COMPRESS
select LZO_DECOMPRESS
default n
help
Mediatek PASR mechanism
config MTKPASR_RDIRECT
bool "Bank scanning direction"
depends on MTKPASR
default y
help
Scanning direction of MTKPASR
config MTKPASR_MAFL
bool "Mark it As Free by removing page blocks from buddy allocator to its List"
depends on MTKPASR
default y
help
Enhance the PASR performance on collecting free banks
config MTKPASR_ALLEXTCOMP
bool "No ZRAM/SWAP"
depends on MTKPASR
default n
config MTKPASR_DEBUG
bool "MTK proprietary PASR debug support"
depends on MTKPASR
default n
help
This option adds additional debugging code to MTK PASR
|