diff options
author | Bjorn Andersson <andersson@kernel.org> | 2023-04-07 21:12:27 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-04-07 21:12:27 +0200 |
commit | 1f2aa2ff2f5eac9c06fb5730b53f7c92270401d4 (patch) | |
tree | ed2869306afa058572b39968b381fecac41d736f /drivers/soc/qcom/Kconfig | |
parent | dt-bindings: firmware: document Qualcomm QCM2290 SCM (diff) | |
parent | soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver (diff) | |
download | linux-1f2aa2ff2f5eac9c06fb5730b53f7c92270401d4.tar.xz linux-1f2aa2ff2f5eac9c06fb5730b53f7c92270401d4.zip |
Merge tag '20230407105029.2274111-4-abel.vesa@linaro.org' into drivers-for-6.4
The dedicated ICE driver was merged through a immutable tag, to make it
available to other maintainers.
Diffstat (limited to 'drivers/soc/qcom/Kconfig')
-rw-r--r-- | drivers/soc/qcom/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index a25df9e3c70e..a491718f8064 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -275,4 +275,8 @@ config QCOM_ICC_BWMON the fixed bandwidth votes from cpufreq (CPU nodes) thus achieve high memory throughput even with lower CPU frequencies. +config QCOM_INLINE_CRYPTO_ENGINE + tristate + select QCOM_SCM + endmenu |