diff options
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 |
