Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config BCM2711_THERMAL
  3. tristate "Broadcom AVS RO thermal sensor driver"
  4. depends on ARCH_BCM2835 || COMPILE_TEST
  5. depends on THERMAL_OF && MFD_SYSCON
  6. help
  7. Support for thermal sensors on Broadcom BCM2711 SoCs.
  8. config BCM2835_THERMAL
  9. tristate "Thermal sensors on bcm2835 SoC"
  10. depends on ARCH_BCM2835 || COMPILE_TEST
  11. depends on HAS_IOMEM
  12. depends on THERMAL_OF
  13. help
  14. Support for thermal sensors on Broadcom bcm2835 SoCs.
  15. config BRCMSTB_THERMAL
  16. tristate "Broadcom STB AVS TMON thermal driver"
  17. depends on ARCH_BRCMSTB || COMPILE_TEST
  18. help
  19. Enable this driver if you have a Broadcom STB SoC and would like
  20. thermal framework support.
  21. config BCM_NS_THERMAL
  22. tristate "Northstar thermal driver"
  23. depends on ARCH_BCM_IPROC || COMPILE_TEST
  24. default y if ARCH_BCM_IPROC
  25. help
  26. Support for the Northstar and Northstar Plus family of SoCs (e.g.
  27. BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
  28. Management Unit) block with a thermal sensor that allows checking CPU
  29. temperature.
  30. config BCM_SR_THERMAL
  31. tristate "Stingray thermal driver"
  32. depends on ARCH_BCM_IPROC || COMPILE_TEST
  33. default ARCH_BCM_IPROC
  34. help
  35. Support for the Stingray family of SoCs. Its different blocks like
  36. iHost, CRMU and NITRO has thermal sensor that allows checking its
  37. temperature.