mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
Merge "defconfig:pineapple_consolidate: Enable CONFIG_UFS_DBG"
This commit is contained in:
commit
4726ba2157
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user