xref: /linux/drivers/thermal/broadcom/Kconfig (revision 8dd06ef34b6e2f41b29fbf5fc1663780f2524285)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2*59b78135SStefan Wahrenconfig BCM2711_THERMAL
3*59b78135SStefan Wahren	tristate "Broadcom AVS RO thermal sensor driver"
4*59b78135SStefan Wahren	depends on ARCH_BCM2835 || COMPILE_TEST
5*59b78135SStefan Wahren	depends on THERMAL_OF && MFD_SYSCON
6*59b78135SStefan Wahren	help
7*59b78135SStefan Wahren	  Support for thermal sensors on Broadcom BCM2711 SoCs.
8*59b78135SStefan Wahren
96892cf07SRafał Miłeckiconfig BCM2835_THERMAL
106892cf07SRafał Miłecki	tristate "Thermal sensors on bcm2835 SoC"
116892cf07SRafał Miłecki	depends on ARCH_BCM2835 || COMPILE_TEST
126892cf07SRafał Miłecki	depends on HAS_IOMEM
136892cf07SRafał Miłecki	depends on THERMAL_OF
146892cf07SRafał Miłecki	help
156892cf07SRafał Miłecki	  Support for thermal sensors on Broadcom bcm2835 SoCs.
166892cf07SRafał Miłecki
179e03cf1bSBrian Norrisconfig BRCMSTB_THERMAL
189e03cf1bSBrian Norris	tristate "Broadcom STB AVS TMON thermal driver"
199e03cf1bSBrian Norris	depends on ARCH_BRCMSTB || COMPILE_TEST
209e03cf1bSBrian Norris	help
219e03cf1bSBrian Norris	  Enable this driver if you have a Broadcom STB SoC and would like
229e03cf1bSBrian Norris	  thermal framework support.
239e03cf1bSBrian Norris
24a94cb7eeSRafał Miłeckiconfig BCM_NS_THERMAL
25a94cb7eeSRafał Miłecki	tristate "Northstar thermal driver"
26a94cb7eeSRafał Miłecki	depends on ARCH_BCM_IPROC || COMPILE_TEST
27a54c5186SJon Mason	default y if ARCH_BCM_IPROC
28a94cb7eeSRafał Miłecki	help
29a54c5186SJon Mason	  Support for the Northstar and Northstar Plus family of SoCs (e.g.
30a54c5186SJon Mason	  BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
31a54c5186SJon Mason	  Management Unit) block with a thermal sensor that allows checking CPU
32a54c5186SJon Mason	  temperature.
33250e2110SPramod Kumar
34250e2110SPramod Kumarconfig BCM_SR_THERMAL
35250e2110SPramod Kumar	tristate "Stingray thermal driver"
36250e2110SPramod Kumar	depends on ARCH_BCM_IPROC || COMPILE_TEST
37250e2110SPramod Kumar	default ARCH_BCM_IPROC
38250e2110SPramod Kumar	help
39250e2110SPramod Kumar	  Support for the Stingray family of SoCs. Its different blocks like
40250e2110SPramod Kumar	  iHost, CRMU and NITRO has thermal sensor that allows checking its
41250e2110SPramod Kumar	  temperature.
42