Re: [PATCH 01/10] soc: qcom: new common library for ICE functionality
From: Randy Dunlap <hidden>
Date: 2021-12-07 00:24:34
Also in:
linux-arm-msm, linux-fscrypt, linux-mmc, linux-scsi
From: Randy Dunlap <hidden>
Date: 2021-12-07 00:24:34
Also in:
linux-arm-msm, linux-fscrypt, linux-mmc, linux-scsi
Hi, Since I have no idea what "ICE" means in this context: On 12/6/21 14:57, Gaurav Kashyap wrote:
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 79b568f82a1c..a900f5ab6263 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig@@ -209,4 +209,11 @@ config QCOM_APR application processor and QDSP6. APR is used by audio driver to configure QDSP6 ASM, ADM and AFE modules. + +config QTI_ICE_COMMON + tristate "QTI common ICE functionality"
please do something like (just an example!): tristate "QTI common ICE (internal compiler error) functionality"
+ depends on ARCH_QCOM + help + Enable the common ICE library that can be used + by UFS and EMMC drivers for ICE functionality. endmenu
thanks. -- ~Randy