xref: /openbmc/linux/drivers/thermal/broadcom/Kconfig (revision a94cb7ee)
1*a94cb7eeSRafał Miłeckiconfig BCM_NS_THERMAL
2*a94cb7eeSRafał Miłecki	tristate "Northstar thermal driver"
3*a94cb7eeSRafał Miłecki	depends on ARCH_BCM_IPROC || COMPILE_TEST
4*a94cb7eeSRafał Miłecki	help
5*a94cb7eeSRafał Miłecki	  Northstar is a family of SoCs that includes e.g. BCM4708, BCM47081,
6*a94cb7eeSRafał Miłecki	  BCM4709 and BCM47094. It contains DMU (Device Management Unit) block
7*a94cb7eeSRafał Miłecki	  with a thermal sensor that allows checking CPU temperature. This
8*a94cb7eeSRafał Miłecki	  driver provides support for it.
9