summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/broadcom/Makefile
diff options
context:
space:
mode:
authorRafał Miłecki2017-04-03 17:48:29 +0200
committerEduardo Valentin2017-04-07 06:45:19 +0200
commita94cb7eeecc4104a6874339f90c5d0647359c102 (patch)
tree2d753c400fc9ebb38ed7d2a7a217e4de4e1b2b75 /drivers/thermal/broadcom/Makefile
parentdt-bindings: thermal: add support for Broadcom's Northstar thermal (diff)
downloadkernel-qcow2-linux-a94cb7eeecc4104a6874339f90c5d0647359c102.tar.gz
kernel-qcow2-linux-a94cb7eeecc4104a6874339f90c5d0647359c102.tar.xz
kernel-qcow2-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/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
new file mode 100644
index 000000000000..059df9a0ed69
--- /dev/null
+++ b/drivers/thermal/broadcom/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_BCM_NS_THERMAL) += ns-thermal.o