Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config BCM2711_THERMAL
0003         tristate "Broadcom AVS RO thermal sensor driver"
0004         depends on ARCH_BCM2835 || COMPILE_TEST
0005         depends on THERMAL_OF && MFD_SYSCON
0006         help
0007           Support for thermal sensors on Broadcom BCM2711 SoCs.
0008 
0009 config BCM2835_THERMAL
0010         tristate "Thermal sensors on bcm2835 SoC"
0011         depends on ARCH_BCM2835 || COMPILE_TEST
0012         depends on HAS_IOMEM
0013         depends on THERMAL_OF
0014         help
0015           Support for thermal sensors on Broadcom bcm2835 SoCs.
0016 
0017 config BRCMSTB_THERMAL
0018         tristate "Broadcom STB AVS TMON thermal driver"
0019         depends on ARCH_BRCMSTB || COMPILE_TEST
0020         help
0021           Enable this driver if you have a Broadcom STB SoC and would like
0022           thermal framework support.
0023 
0024 config BCM_NS_THERMAL
0025         tristate "Northstar thermal driver"
0026         depends on ARCH_BCM_IPROC || COMPILE_TEST
0027         default y if ARCH_BCM_IPROC
0028         help
0029           Support for the Northstar and Northstar Plus family of SoCs (e.g.
0030           BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
0031           Management Unit) block with a thermal sensor that allows checking CPU
0032           temperature.
0033 
0034 config BCM_SR_THERMAL
0035         tristate "Stingray thermal driver"
0036         depends on ARCH_BCM_IPROC || COMPILE_TEST
0037         default ARCH_BCM_IPROC
0038         help
0039           Support for the Stingray family of SoCs. Its different blocks like
0040           iHost, CRMU and NITRO has thermal sensor that allows checking its
0041           temperature.