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

Commit cb703de0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: core: Add IPC logging config for mmc"

parents e794c68d b1ddd6f5
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