hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/thermal/broadcom/Kconfig
....@@ -1,3 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
2
+config BCM2711_THERMAL
3
+ tristate "Broadcom AVS RO thermal sensor driver"
4
+ depends on ARCH_BCM2835 || COMPILE_TEST
5
+ depends on THERMAL_OF && MFD_SYSCON
6
+ help
7
+ Support for thermal sensors on Broadcom BCM2711 SoCs.
8
+
19 config BCM2835_THERMAL
210 tristate "Thermal sensors on bcm2835 SoC"
311 depends on ARCH_BCM2835 || COMPILE_TEST
....@@ -22,3 +30,12 @@
2230 BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
2331 Management Unit) block with a thermal sensor that allows checking CPU
2432 temperature.
33
+
34
+config BCM_SR_THERMAL
35
+ tristate "Stingray thermal driver"
36
+ depends on ARCH_BCM_IPROC || COMPILE_TEST
37
+ default ARCH_BCM_IPROC
38
+ help
39
+ Support for the Stingray family of SoCs. Its different blocks like
40
+ iHost, CRMU and NITRO has thermal sensor that allows checking its
41
+ temperature.