xref: /openbmc/linux/drivers/thermal/broadcom/Kconfig (revision ec8f24b7)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
26892cf07SRafał Miłeckiconfig BCM2835_THERMAL
36892cf07SRafał Miłecki	tristate "Thermal sensors on bcm2835 SoC"
46892cf07SRafał Miłecki	depends on ARCH_BCM2835 || COMPILE_TEST
56892cf07SRafał Miłecki	depends on HAS_IOMEM
66892cf07SRafał Miłecki	depends on THERMAL_OF
76892cf07SRafał Miłecki	help
86892cf07SRafał Miłecki	  Support for thermal sensors on Broadcom bcm2835 SoCs.
96892cf07SRafał Miłecki
109e03cf1bSBrian Norrisconfig BRCMSTB_THERMAL
119e03cf1bSBrian Norris	tristate "Broadcom STB AVS TMON thermal driver"
129e03cf1bSBrian Norris	depends on ARCH_BRCMSTB || COMPILE_TEST
139e03cf1bSBrian Norris	help
149e03cf1bSBrian Norris	  Enable this driver if you have a Broadcom STB SoC and would like
159e03cf1bSBrian Norris	  thermal framework support.
169e03cf1bSBrian Norris
17a94cb7eeSRafał Miłeckiconfig BCM_NS_THERMAL
18a94cb7eeSRafał Miłecki	tristate "Northstar thermal driver"
19a94cb7eeSRafał Miłecki	depends on ARCH_BCM_IPROC || COMPILE_TEST
20a54c5186SJon Mason	default y if ARCH_BCM_IPROC
21a94cb7eeSRafał Miłecki	help
22a54c5186SJon Mason	  Support for the Northstar and Northstar Plus family of SoCs (e.g.
23a54c5186SJon Mason	  BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
24a54c5186SJon Mason	  Management Unit) block with a thermal sensor that allows checking CPU
25a54c5186SJon Mason	  temperature.
26250e2110SPramod Kumar
27250e2110SPramod Kumarconfig BCM_SR_THERMAL
28250e2110SPramod Kumar	tristate "Stingray thermal driver"
29250e2110SPramod Kumar	depends on ARCH_BCM_IPROC || COMPILE_TEST
30250e2110SPramod Kumar	default ARCH_BCM_IPROC
31250e2110SPramod Kumar	help
32250e2110SPramod Kumar	  Support for the Stingray family of SoCs. Its different blocks like
33250e2110SPramod Kumar	  iHost, CRMU and NITRO has thermal sensor that allows checking its
34250e2110SPramod Kumar	  temperature.
35