Kconfig 583 B

123456789101112131415161718
  1. config BCM2835_THERMAL
  2. tristate "Thermal sensors on bcm2835 SoC"
  3. depends on ARCH_BCM2835 || COMPILE_TEST
  4. depends on HAS_IOMEM
  5. depends on THERMAL_OF
  6. help
  7. Support for thermal sensors on Broadcom bcm2835 SoCs.
  8. config BCM_NS_THERMAL
  9. tristate "Northstar thermal driver"
  10. depends on ARCH_BCM_IPROC || COMPILE_TEST
  11. default y if ARCH_BCM_IPROC
  12. help
  13. Support for the Northstar and Northstar Plus family of SoCs (e.g.
  14. BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
  15. Management Unit) block with a thermal sensor that allows checking CPU
  16. temperature.