Merge branch 'linux-5.2' of git://github.com/skeggsb/linux into drm-fixes
[linux-2.6-microblaze.git] / drivers / thermal / broadcom / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config BCM2835_THERMAL
3         tristate "Thermal sensors on bcm2835 SoC"
4         depends on ARCH_BCM2835 || COMPILE_TEST
5         depends on HAS_IOMEM
6         depends on THERMAL_OF
7         help
8           Support for thermal sensors on Broadcom bcm2835 SoCs.
9
10 config BRCMSTB_THERMAL
11         tristate "Broadcom STB AVS TMON thermal driver"
12         depends on ARCH_BRCMSTB || COMPILE_TEST
13         help
14           Enable this driver if you have a Broadcom STB SoC and would like
15           thermal framework support.
16
17 config BCM_NS_THERMAL
18         tristate "Northstar thermal driver"
19         depends on ARCH_BCM_IPROC || COMPILE_TEST
20         default y if ARCH_BCM_IPROC
21         help
22           Support for the Northstar and Northstar Plus family of SoCs (e.g.
23           BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
24           Management Unit) block with a thermal sensor that allows checking CPU
25           temperature.
26
27 config BCM_SR_THERMAL
28         tristate "Stingray thermal driver"
29         depends on ARCH_BCM_IPROC || COMPILE_TEST
30         default ARCH_BCM_IPROC
31         help
32           Support for the Stingray family of SoCs. Its different blocks like
33           iHost, CRMU and NITRO has thermal sensor that allows checking its
34           temperature.