Skip to content

Commit a54c518

Browse files
Jon MasonEduardo Valentin
authored andcommitted
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>
1 parent 8b8656d commit a54c518

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

drivers/thermal/broadcom/Kconfig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ config BCM2835_THERMAL
99
config BCM_NS_THERMAL
1010
tristate "Northstar thermal driver"
1111
depends on ARCH_BCM_IPROC || COMPILE_TEST
12+
default y if ARCH_BCM_IPROC
1213
help
13-
Northstar is a family of SoCs that includes e.g. BCM4708, BCM47081,
14-
BCM4709 and BCM47094. It contains DMU (Device Management Unit) block
15-
with a thermal sensor that allows checking CPU temperature. This
16-
driver provides support for it.
14+
Support for the Northstar and Northstar Plus family of SoCs (e.g.
15+
BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
16+
Management Unit) block with a thermal sensor that allows checking CPU
17+
temperature.

0 commit comments

Comments
 (0)