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

Commit 5411a347 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 7e5e41ea 6cd9adb2
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.