diff options
author | Colin Ian King <[email protected]> | 2020-12-04 19:34:11 +0000 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-12-04 16:41:06 -0600 |
commit | d247d1855acafe14afbf4b3102cb239f9412b5da (patch) | |
tree | 16979e94bb51adc0a04105d52c97e927c717e1ad | |
parent | 9d7b4a40387d0f91512a74caed6654ffa23d5ce4 (diff) |
remoteproc: fix spelling mistake "Peripherial" -> "Peripherial" in Kconfig
There is a spelling mistake in the Kconfig help text. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | drivers/remoteproc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index d99548fb5dde..d45be05640ea 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -183,7 +183,7 @@ config QCOM_Q6V5_PAS select QCOM_RPROC_COMMON select QCOM_SCM help - Say y here to support the TrustZone based Peripherial Image Loader + Say y here to support the TrustZone based Peripheral Image Loader for the Qualcomm Hexagon v5 based remote processors. This is commonly used to control subsystems such as ADSP, Compute and Sensor. |