Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_BCM2835_THERMAL
	tristate "Thermal sensors on bcm2835 SoC"
	depends on CONFIG_ARCH_BCM2835 || CONFIG_COMPILE_TEST
	depends on CONFIG_HAS_IOMEM
	depends on CONFIG_THERMAL_OF
	help
	  Support for thermal sensors on Broadcom bcm2835 SoCs.

config CONFIG_BRCMSTB_THERMAL
	tristate "Broadcom STB AVS TMON thermal driver"
	depends on CONFIG_ARCH_BRCMSTB || CONFIG_COMPILE_TEST
	help
	  Enable this driver if you have a Broadcom STB SoC and would like
	  thermal framework support.

config CONFIG_BCM_NS_THERMAL
	tristate "Northstar thermal driver"
	depends on CONFIG_ARCH_BCM_IPROC || CONFIG_COMPILE_TEST
	default y if CONFIG_ARCH_BCM_IPROC
	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 CONFIG_BCM_SR_THERMAL
	tristate "Stingray thermal driver"
	depends on CONFIG_ARCH_BCM_IPROC || CONFIG_COMPILE_TEST
	default CONFIG_ARCH_BCM_IPROC
	help
	  Support for the Stingray family of SoCs. Its different blocks like
	  iHost, CRMU and NITRO has thermal sensor that allows checking its
	  temperature.