xref: /openbmc/linux/drivers/thermal/broadcom/Kconfig (revision 250e2110)
16892cf07SRafał Miłeckiconfig BCM2835_THERMAL
26892cf07SRafał Miłecki	tristate "Thermal sensors on bcm2835 SoC"
36892cf07SRafał Miłecki	depends on ARCH_BCM2835 || COMPILE_TEST
46892cf07SRafał Miłecki	depends on HAS_IOMEM
56892cf07SRafał Miłecki	depends on THERMAL_OF
66892cf07SRafał Miłecki	help
76892cf07SRafał Miłecki	  Support for thermal sensors on Broadcom bcm2835 SoCs.
86892cf07SRafał Miłecki
99e03cf1bSBrian Norrisconfig BRCMSTB_THERMAL
109e03cf1bSBrian Norris	tristate "Broadcom STB AVS TMON thermal driver"
119e03cf1bSBrian Norris	depends on ARCH_BRCMSTB || COMPILE_TEST
129e03cf1bSBrian Norris	help
139e03cf1bSBrian Norris	  Enable this driver if you have a Broadcom STB SoC and would like
149e03cf1bSBrian Norris	  thermal framework support.
159e03cf1bSBrian Norris
16a94cb7eeSRafał Miłeckiconfig BCM_NS_THERMAL
17a94cb7eeSRafał Miłecki	tristate "Northstar thermal driver"
18a94cb7eeSRafał Miłecki	depends on ARCH_BCM_IPROC || COMPILE_TEST
19a54c5186SJon Mason	default y if ARCH_BCM_IPROC
20a94cb7eeSRafał Miłecki	help
21a54c5186SJon Mason	  Support for the Northstar and Northstar Plus family of SoCs (e.g.
22a54c5186SJon Mason	  BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
23a54c5186SJon Mason	  Management Unit) block with a thermal sensor that allows checking CPU
24a54c5186SJon Mason	  temperature.
25*250e2110SPramod Kumar
26*250e2110SPramod Kumarconfig BCM_SR_THERMAL
27*250e2110SPramod Kumar	tristate "Stingray thermal driver"
28*250e2110SPramod Kumar	depends on ARCH_BCM_IPROC || COMPILE_TEST
29*250e2110SPramod Kumar	default ARCH_BCM_IPROC
30*250e2110SPramod Kumar	help
31*250e2110SPramod Kumar	  Support for the Stingray family of SoCs. Its different blocks like
32*250e2110SPramod Kumar	  iHost, CRMU and NITRO has thermal sensor that allows checking its
33*250e2110SPramod Kumar	  temperature.
34