xref: /openbmc/linux/drivers/thermal/broadcom/Kconfig (revision 9e03cf1b)
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
9*9e03cf1bSBrian Norrisconfig BRCMSTB_THERMAL
10*9e03cf1bSBrian Norris	tristate "Broadcom STB AVS TMON thermal driver"
11*9e03cf1bSBrian Norris	depends on ARCH_BRCMSTB || COMPILE_TEST
12*9e03cf1bSBrian Norris	help
13*9e03cf1bSBrian Norris	  Enable this driver if you have a Broadcom STB SoC and would like
14*9e03cf1bSBrian Norris	  thermal framework support.
15*9e03cf1bSBrian 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