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

Commit b1ddd6f5 authored by Shaik Sajida Bhanu's avatar Shaik Sajida Bhanu
Browse files

mmc: core: Add IPC logging config for mmc



This change adds IPC logging config option for eMMC
and SD card to log significant events used in debugging.

Change-Id: I9fab24bb0fedd57446f96a2b980b29b5dd72e46e
Signed-off-by: default avatarShaik Sajida Bhanu <sbhanu@codeaurora.org>
parent 4cf5de75
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -81,6 +81,18 @@ config MMC_TEST
	  This driver is only of interest to those developing or
	  testing a host driver. Most people should say N here.

config MMC_IPC_LOGGING
	bool "MMC_IPC_LOGGING"
	depends on MMC
	help
	  This enables the IPC logging of significant events for mmc
	  driver to provide command history for debugging purpose.

	  This enables the IPC tracing events for for mmc driver to
	  trace significant events used for debugging purpose.

	  If unsure, say N here.

config SDC_QTI
	tristate "Enable QTI specific code in MMC upstream driver"
	depends on QGKI && MMC_SDHCI_MSM