Kconfig (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) | Kconfig (56541c7c4468a9de26d82ba6e8c10ace286f8fdd) |
---|---|
1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Kernel configuration file for the UFS host controller drivers. 4# 5# Copyright (C) 2011-2013 Samsung India Software Operations 6# 7# Authors: 8# Santosh Yaraganavi <santosh.sy@samsung.com> --- 45 unchanged lines hidden (view full) --- 54 55 If unsure, say N. 56 57config SCSI_UFS_QCOM 58 tristate "QCOM specific hooks to UFS controller platform driver" 59 depends on SCSI_UFSHCD_PLATFORM && ARCH_QCOM 60 depends on GENERIC_MSI_IRQ 61 depends on RESET_CONTROLLER | 1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Kernel configuration file for the UFS host controller drivers. 4# 5# Copyright (C) 2011-2013 Samsung India Software Operations 6# 7# Authors: 8# Santosh Yaraganavi <santosh.sy@samsung.com> --- 45 unchanged lines hidden (view full) --- 54 55 If unsure, say N. 56 57config SCSI_UFS_QCOM 58 tristate "QCOM specific hooks to UFS controller platform driver" 59 depends on SCSI_UFSHCD_PLATFORM && ARCH_QCOM 60 depends on GENERIC_MSI_IRQ 61 depends on RESET_CONTROLLER |
62 select QCOM_SCM if SCSI_UFS_CRYPTO | 62 select QCOM_INLINE_CRYPTO_ENGINE if SCSI_UFS_CRYPTO |
63 help 64 This selects the QCOM specific additions to UFSHCD platform driver. 65 UFS host on QCOM needs some vendor specific configuration before 66 accessing the hardware which includes PHY configuration and vendor 67 specific registers. 68 69 Select this if you have UFS controller on QCOM chipset. 70 If unsure, say N. --- 73 unchanged lines hidden --- | 63 help 64 This selects the QCOM specific additions to UFSHCD platform driver. 65 UFS host on QCOM needs some vendor specific configuration before 66 accessing the hardware which includes PHY configuration and vendor 67 specific registers. 68 69 Select this if you have UFS controller on QCOM chipset. 70 If unsure, say N. --- 73 unchanged lines hidden --- |