summaryrefslogtreecommitdiff
path: root/drivers/thermal/broadcom/Makefile
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2020-01-13 21:56:16 +0300
committerDaniel Lezcano <daniel.lezcano@linaro.org>2020-01-27 13:41:08 +0300
commit59b781352dc4cb9ae27a8ddae0cda979d29d8af7 (patch)
treee0ba7f1211f498464b789a6ba19827d94e074d55 /drivers/thermal/broadcom/Makefile
parentee31ff373da6602e7a4e60fe11322b41ac38eb22 (diff)
downloadlinux-59b781352dc4cb9ae27a8ddae0cda979d29d8af7.tar.xz
thermal: Add BCM2711 thermal driver
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
Diffstat (limited to 'drivers/thermal/broadcom/Makefile')
-rw-r--r--drivers/thermal/broadcom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/broadcom/Makefile b/drivers/thermal/broadcom/Makefile
index 490ab1f7a86d..c917b243d5f0 100644
--- a/drivers/thermal/broadcom/Makefile
+++ b/drivers/thermal/broadcom/Makefile
@@ -1,4 +1,5 @@
# 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