blob: 958f0f2c58fad0a85968db7578c72edbf2aa58e4 (
plain)
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
35
36
37
38
39
|
config SPRD_DEBUG_FRAME
bool "sprd debug proc interface support"
depends on DEBUG_FS && SPRD_DEBUG
default y
config SPRD_DEBUG_PHYMEM_INFO
bool "physical memory show support"
depends on SPRD_DEBUG_FRAME
default n
config SPRD_DEBUG_USRPROCMEM_INFO
bool "user proc's memory show support"
depends on SPRD_DEBUG_FRAME
default n
config SPRD_DEBUG_USRPROCSTACK_INFO
bool "user proc's current stack show support"
depends on SPRD_DEBUG_FRAME
default n
config SPRD_DEBUG_CPU_RATE
bool "open sprd cpu rate compute"
depends on SPRD_DEBUG_FRAME
default y
config SPRD_DEBUG_MORE_SMAPS_INFO
default n
depends on PROC_FS && MMU
bool "Enable more smaps info" if EXPERT
help
Add more infos in /proc/pid/smaps
config SPRD_UBOOT_LOG_DUMP
bool "Spreadtrum u-boot log dump"
depends on SPRD_SYSDUMP && PROC_FS
default y
help
Enable this option to support dumping u-boot log via sysfs from
userspace
|