From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- fs/proc/sprd_debug/Kconfig | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 fs/proc/sprd_debug/Kconfig (limited to 'fs/proc/sprd_debug/Kconfig') 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 -- cgit v1.3.1