mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
59b781352d
This adds the thermal sensor driver for the Broadcom BCM2711 SoC, which is placed on the Raspberry Pi 4. The driver only provides SoC temperature reading so far. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Tested-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/1578941778-23321-3-git-send-email-stefan.wahren@i2se.com
7 lines
288 B
Makefile
7 lines
288 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_BCM2711_THERMAL) += bcm2711_thermal.o
|
|
obj-$(CONFIG_BCM2835_THERMAL) += bcm2835_thermal.o
|
|
obj-$(CONFIG_BRCMSTB_THERMAL) += brcmstb_thermal.o
|
|
obj-$(CONFIG_BCM_NS_THERMAL) += ns-thermal.o
|
|
obj-$(CONFIG_BCM_SR_THERMAL) += sr-thermal.o
|