diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-04-03 17:48:29 +0200 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-04-06 21:45:19 -0700 |
commit | a94cb7eeecc4104a6874339f90c5d0647359c102 (patch) | |
tree | 2d753c400fc9ebb38ed7d2a7a217e4de4e1b2b75 /drivers/thermal/Makefile | |
parent | ee7cdbecb128d8b023c5439004cdea8baa2d0fe4 (diff) | |
download | talos-op-linux-a94cb7eeecc4104a6874339f90c5d0647359c102.tar.gz talos-op-linux-a94cb7eeecc4104a6874339f90c5d0647359c102.zip |
thermal: broadcom: add Northstar thermal driver
Northstar is a SoC family commonly used in home routers. This commit
adds a driver for checking CPU temperature. As Northstar Plus seems to
also have this IP block this new symbol gets ARCH_BCM_IPROC dependency.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index f23cde05dac6..6b7706b9f27c 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -27,6 +27,7 @@ thermal_sys-$(CONFIG_CLOCK_THERMAL) += clock_cooling.o thermal_sys-$(CONFIG_DEVFREQ_THERMAL) += devfreq_cooling.o # platform thermal drivers +obj-y += broadcom/ obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o obj-$(CONFIG_ROCKCHIP_THERMAL) += rockchip_thermal.o |