# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_BCM2835_THERMAL[0m tristate "Thermal sensors on bcm2835 SoC" depends on [31mCONFIG_ARCH_BCM2835[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_HAS_IOMEM[0m depends on [31mCONFIG_THERMAL_OF[0m help Support for thermal sensors on Broadcom bcm2835 SoCs. config [31mCONFIG_BRCMSTB_THERMAL[0m tristate "Broadcom STB AVS TMON thermal driver" depends on [31mCONFIG_ARCH_BRCMSTB[0m || [31mCONFIG_COMPILE_TEST[0m help Enable this driver if you have a Broadcom STB SoC and would like thermal framework support. config [31mCONFIG_BCM_NS_THERMAL[0m tristate "Northstar thermal driver" depends on [31mCONFIG_ARCH_BCM_IPROC[0m || [31mCONFIG_COMPILE_TEST[0m default y if [31mCONFIG_ARCH_BCM_IPROC[0m help Support for the Northstar and Northstar Plus family of SoCs (e.g. BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device Management Unit) block with a thermal sensor that allows checking CPU temperature. config [31mCONFIG_BCM_SR_THERMAL[0m tristate "Stingray thermal driver" depends on [31mCONFIG_ARCH_BCM_IPROC[0m || [31mCONFIG_COMPILE_TEST[0m default [31mCONFIG_ARCH_BCM_IPROC[0m help Support for the Stingray family of SoCs. Its different blocks like iHost, CRMU and NITRO has thermal sensor that allows checking its temperature. |