Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f03dff26 authored by Bojun Pan's avatar Bojun Pan
Browse files

msm: ipa: Document CONFIG_IPA_DEBUG support for non-perf debug build



Use CONFIG_IPA_DEBUG to differentiate perf build and non-perf build.

Change-Id: Ie6832176a259555b65b64d5dd65a3084b432472e
Signed-off-by: default avatarBojun Pan <bojunp@codeaurora.org>
parent 03cafa97
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -128,6 +128,15 @@ config IPA3
	  Kernel and user-space processes can call the IPA driver
	  to configure IPA core.

config IPA_DEBUG
	bool "IPA DEBUG for non-perf build"
	depends on IPA3
	help
	  This driver support more debug info for non-perf build.
	  If you use the non-perf build and want to have more debug
	  info enabled, then this flag can be enabled.
	  It is not suggested to enable this flag for perf build.

config IPA_WDI_UNIFIED_API
	bool "IPA WDI unified API support"
	depends on IPA3