summaryrefslogtreecommitdiff
path: root/drivers/thermal/broadcom/Kconfig
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-04-03 17:48:29 +0200
committerEduardo Valentin <edubezval@gmail.com>2017-04-06 21:45:19 -0700
commita94cb7eeecc4104a6874339f90c5d0647359c102 (patch)
tree2d753c400fc9ebb38ed7d2a7a217e4de4e1b2b75 /drivers/thermal/broadcom/Kconfig
parentee7cdbecb128d8b023c5439004cdea8baa2d0fe4 (diff)
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/Kconfig')
-rw-r--r--drivers/thermal/broadcom/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/thermal/broadcom/Kconfig b/drivers/thermal/broadcom/Kconfig
new file mode 100644
index 000000000000..f0dea8a8e002
--- /dev/null
+++ b/drivers/thermal/broadcom/Kconfig
@@ -0,0 +1,8 @@
+config BCM_NS_THERMAL
+ tristate "Northstar thermal driver"
+ depends on ARCH_BCM_IPROC || COMPILE_TEST
+ help
+ Northstar is a family of SoCs that includes e.g. BCM4708, BCM47081,
+ BCM4709 and BCM47094. It contains DMU (Device Management Unit) block
+ with a thermal sensor that allows checking CPU temperature. This
+ driver provides support for it.