diff options
author | Jon Mason <jon.mason@broadcom.com> | 2017-04-28 16:11:30 -0400 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-05-23 23:09:34 -0400 |
commit | a54c51863ed1294078a435151e625313b4365ac5 (patch) | |
tree | cb50340182abeb7fd76431f2b6eb32c033d6aac9 | |
parent | 8b8656d64c0cce9007e062273190d8e97096f0ac (diff) |
thermal: broadcom: ns-thermal: default on iProc SoCs
Tweak the Kconfig description to mention support for NSP and make the
default on for iProc based platforms.
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r-- | drivers/thermal/broadcom/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/thermal/broadcom/Kconfig b/drivers/thermal/broadcom/Kconfig index ab08af4654ef..42c098e86f84 100644 --- a/drivers/thermal/broadcom/Kconfig +++ b/drivers/thermal/broadcom/Kconfig | |||
@@ -9,8 +9,9 @@ config BCM2835_THERMAL | |||
9 | config BCM_NS_THERMAL | 9 | config BCM_NS_THERMAL |
10 | tristate "Northstar thermal driver" | 10 | tristate "Northstar thermal driver" |
11 | depends on ARCH_BCM_IPROC || COMPILE_TEST | 11 | depends on ARCH_BCM_IPROC || COMPILE_TEST |
12 | default y if ARCH_BCM_IPROC | ||
12 | help | 13 | help |
13 | Northstar is a family of SoCs that includes e.g. BCM4708, BCM47081, | 14 | Support for the Northstar and Northstar Plus family of SoCs (e.g. |
14 | BCM4709 and BCM47094. It contains DMU (Device Management Unit) block | 15 | BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device |
15 | with a thermal sensor that allows checking CPU temperature. This | 16 | Management Unit) block with a thermal sensor that allows checking CPU |
16 | driver provides support for it. | 17 | temperature. |