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

Commit 6cd9adb2 authored by Sayali Lokhande's avatar Sayali Lokhande
Browse files

mmc: core: Add IPC logging config for mmc



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

Change-Id: I9fab24bb0fedd57446f96a2b980b29b5dd72e46e
Signed-off-by: default avatarSayali Lokhande <sayalil@codeaurora.org>
parent c6584024
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -80,3 +80,12 @@ 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.

	  If unsure, say N.