1config BCM_NS_THERMAL 2 tristate "Northstar thermal driver" 3 depends on ARCH_BCM_IPROC || COMPILE_TEST 4 help 5 Northstar is a family of SoCs that includes e.g. BCM4708, BCM47081, 6 BCM4709 and BCM47094. It contains DMU (Device Management Unit) block 7 with a thermal sensor that allows checking CPU temperature. This 8 driver provides support for it. 9