]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/thermal/broadcom/Kconfig
Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / drivers / thermal / broadcom / Kconfig
CommitLineData
6892cf07
RM
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
a94cb7ee
RM
9config BCM_NS_THERMAL
10 tristate "Northstar thermal driver"
11 depends on ARCH_BCM_IPROC || COMPILE_TEST
a54c5186 12 default y if ARCH_BCM_IPROC
a94cb7ee 13 help
a54c5186
JM
14 Support for the Northstar and Northstar Plus family of SoCs (e.g.
15 BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
16 Management Unit) block with a thermal sensor that allows checking CPU
17 temperature.