diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
| commit | 8e4bff4cab0ddac6060645b0715210484d02ff40 (patch) | |
| tree | 3a5c3024371a04692a3a6d9974d001cdff8ebf84 /fs/proc/sprd_debug/Kconfig | |
Diffstat (limited to 'fs/proc/sprd_debug/Kconfig')
| -rw-r--r-- | fs/proc/sprd_debug/Kconfig | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/fs/proc/sprd_debug/Kconfig b/fs/proc/sprd_debug/Kconfig new file mode 100644 index 00000000..958f0f2c --- /dev/null +++ b/fs/proc/sprd_debug/Kconfig @@ -0,0 +1,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 |
