From 47013add9412044395fdee85d4bda7953ea09464 Mon Sep 17 00:00:00 2001 From: Prasad Sodagudi Date: Thu, 2 Sep 2021 14:05:18 -0700 Subject: [PATCH] soc: qcom: Add help text for QCOM_PDR_HELPERS config Add help text for QCOM_PDR_HELPERS config. Change-Id: I54b7882297966d59ca0246ebddda7a5fd7787e0b Signed-off-by: Prasad Sodagudi --- drivers/soc/qcom/Kconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index b7b2436d1891..ed23a7a5a166 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -125,8 +125,14 @@ config QCOM_OCMEM audio components on some Snapdragon SoCs. config QCOM_PDR_HELPERS - tristate + tristate "Qualcomm Technologies, Inc. Protection Domain Restart(PDR) driver" select QCOM_QMI_HELPERS + help + Qualcomm Technologies, Inc. SoCs allow for multiple protection domains (PDs) + to run on the same Q6 sub-system. This allows for services + like AVS AUDIO to have their own separate address space and + crash/recover without disrupting the other PDs running on + the same Q6 ADSP. config QCOM_QMI_HELPERS tristate