]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/thermal/broadcom/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / drivers / thermal / broadcom / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
6892cf07
RM
2config 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
9e03cf1b
BN
10config 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
a94cb7ee
RM
17config BCM_NS_THERMAL
18 tristate "Northstar thermal driver"
19 depends on ARCH_BCM_IPROC || COMPILE_TEST
a54c5186 20 default y if ARCH_BCM_IPROC
a94cb7ee 21 help
a54c5186
JM
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.
250e2110
PK
26
27config 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.