aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-03-23 14:22:48 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-03-23 17:15:09 +0100
commitdc8824a0b956f281951f4b7d9376380dec33c316 (patch)
treeec940399179aea00d1fe51218ec8ff60aaa9b227
parentb28abae1623b0e43491639938aa6abd5450fba5c (diff)
arm64: defconfig: bring back QFPROM and TSENSv6.1/tracking-qcomlt-rt-arm64-defconfig
NVMEM_QCOM_QFPROM (and thus QCOM_TSENS as its dependency) was lost when v6.1 QCOMLT defconfig was imported, because it had old name (QCOM_QFPROM) instead. Lack of the driver affects cpufreq for RB5 (thermal mitigation interrupts appear). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-rw-r--r--arch/arm64/configs/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6c89e5304edd..f2963d6c860c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -541,6 +541,7 @@ CONFIG_ARMADA_THERMAL=y
CONFIG_EXYNOS_THERMAL=y
CONFIG_TEGRA_SOCTHERM=m
CONFIG_TEGRA_BPMP_THERMAL=m
+CONFIG_QCOM_TSENS=y
CONFIG_QCOM_SPMI_ADC_TM5=m
CONFIG_QCOM_SPMI_TEMP_ALARM=m
CONFIG_QCOM_LMH=m
@@ -1124,6 +1125,7 @@ CONFIG_ARM_SMMU_V3_PMU=m
CONFIG_QCOM_L2_PMU=y
CONFIG_QCOM_L3_PMU=y
CONFIG_HISI_PMU=y
+CONFIG_NVMEM_QCOM_QFPROM=y
CONFIG_NVMEM_RMEM=m
CONFIG_NVMEM_SUNXI_SID=y
CONFIG_FPGA=y