# SPDX-License-Identifier: GPL-2.0-only
#
# HOBOT UFS host controller drivers
#

comment "HOBOT UFS Host Controller Drivers"

config SCSI_UFS_HOBOT
	tristate "HOBOT specific hooks to UFS controller platform driver"
	depends on SCSI_UFSHCD_PLATFORM && ARCH_HOBOT
	help
	  This selects the HOBOT specific additions to UFSHCD platform driver.
	  UFS host on HOBOT needs some vendor specific configuration before
	  accessing the hardware which includes PHY configuration and vendor
	  specific registers.

	  Select this if you have UFS controller on HOBOT chipset.
	  If unsure, say N.

config SCSI_UFS_HOBOT_OCS_POLL
	bool "HOBOT UFS driver OCS poll"
	depends on SCSI_UFS_HOBOT
