summaryrefslogtreecommitdiff
path: root/drivers/trace/Kconfig
blob: bbcf0aa703440a0f92212132c15518b33548aabb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Trace(debugging) driver configuration
#

config EXYNOS_SNAPSHOT
	bool "Exynos SnapShot(ESS) support for debugging"
	default n
	depends on ARCH_EXYNOS
	help
	  Say Y here if you want to enable Exynos SnapShot (ESS)
	  support for debuuging.

config EXYNOS_SNAPSHOT_CALLSTACK
	int "shown callstack level"
	depends on EXYNOS_SNAPSHOT
	default 4
	help
	  If you are using ESS and want to set level of callstack
	  shown in ESS, then set the level.