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 BRCMSTB_THERMAL 10 tristate "Broadcom STB AVS TMON thermal driver" 11 depends on ARCH_BRCMSTB || COMPILE_TEST 12 help 13 Enable this driver if you have a Broadcom STB SoC and would like 14 thermal framework support. 15 16config BCM_NS_THERMAL 17 tristate "Northstar thermal driver" 18 depends on ARCH_BCM_IPROC || COMPILE_TEST 19 default y if ARCH_BCM_IPROC 20 help 21 Support for the Northstar and Northstar Plus family of SoCs (e.g. 22 BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device 23 Management Unit) block with a thermal sensor that allows checking CPU 24 temperature. 25 26config BCM_SR_THERMAL 27 tristate "Stingray thermal driver" 28 depends on ARCH_BCM_IPROC || COMPILE_TEST 29 default ARCH_BCM_IPROC 30 help 31 Support for the Stingray family of SoCs. Its different blocks like 32 iHost, CRMU and NITRO has thermal sensor that allows checking its 33 temperature. 34