Merge "defconfig:pineapple_consolidate: Enable CONFIG_UFS_DBG"

This commit is contained in:
qctecmdr 2022-04-21 06:05:44 -07:00 committed by Gerrit - the friendly Code Review server
commit 4726ba2157
2 changed files with 12 additions and 0 deletions

View File

@ -12,3 +12,4 @@ CONFIG_PAGE_OWNER=y
CONFIG_RCU_TORTURE_TEST=m
CONFIG_RUNTIME_TESTING_MENU=y
CONFIG_TEST_USER_COPY=m
CONFIG_UFS_DBG=y

View File

@ -52,6 +52,17 @@ config SCSI_UFSHCD
if SCSI_UFSHCD
config UFS_DBG
bool "Universal Flash Storage Debug Mode"
depends on SCSI_UFSHCD
help
This selects the debug mode for ufs vendor driver.
Enables tracing for QTI ufs driver.
This also enables ftrace for ufs core and SCSI.
Enabling this would have an adverse performance impact on disk IO.
If unsure, say N.
config SCSI_UFSHCD_PCI
tristate "PCI bus based UFS Controller support"
depends on PCI