xref: /openbmc/linux/drivers/thermal/broadcom/Kconfig (revision d236d361)
1config BCM2835_THERMAL
2	tristate "Thermal sensors on bcm2835 SoC"
3	depends on ARCH_BCM2835 || COMPILE_TEST
4	depends on HAS_IOMEM
5	depends on THERMAL_OF
6	help
7	  Support for thermal sensors on Broadcom bcm2835 SoCs.
8
9config BCM_NS_THERMAL
10	tristate "Northstar thermal driver"
11	depends on ARCH_BCM_IPROC || COMPILE_TEST
12	help
13	  Northstar is a family of SoCs that includes e.g. BCM4708, BCM47081,
14	  BCM4709 and BCM47094. It contains DMU (Device Management Unit) block
15	  with a thermal sensor that allows checking CPU temperature. This
16	  driver provides support for it.
17