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>

authored by Jon Mason and committed by Eduardo Valentin a54c5186 8b8656d6

Changed files
+5 -4
drivers
thermal
broadcom
+5 -4
drivers/thermal/broadcom/Kconfig
··· 9 9 config BCM_NS_THERMAL 10 10 tristate "Northstar thermal driver" 11 11 depends on ARCH_BCM_IPROC || COMPILE_TEST 12 + default y if ARCH_BCM_IPROC 12 13 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.