xref: /openbmc/u-boot/drivers/thermal/Kconfig (revision 8502f9f6d7781b5f461d7e3f7c958a45f64fdfa1)
1f94a1bedSSimon Glassconfig DM_THERMAL
2f94a1bedSSimon Glass	bool "Driver support for thermal devices"
3f94a1bedSSimon Glass	help
41cc0a9f4SRobert P. J. Day	  Enable support for temperature-sensing devices. Some SoCs have on-chip
5f94a1bedSSimon Glass	  temperature sensors to permit warnings, speed throttling or even
6f94a1bedSSimon Glass	  automatic power-off when the temperature gets too high or low. Other
7f94a1bedSSimon Glass	  devices may be discrete but connected on a suitable bus.
8e28e1492SJagan Teki
9e28e1492SJagan Tekiif DM_THERMAL
10e28e1492SJagan Teki
11e28e1492SJagan Tekiconfig IMX_THERMAL
12e28e1492SJagan Teki	bool "Temperature sensor driver for Freescale i.MX SoCs"
135a25b712SPeng Fan	depends on MX6 || MX7
14e28e1492SJagan Teki	help
15e28e1492SJagan Teki	  Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs.
16e28e1492SJagan Teki          It supports one critical trip point and one passive trip point.  The
17e28e1492SJagan Teki          cpufreq is used as the cooling device to throttle CPUs when the
18e28e1492SJagan Teki          passive trip is crossed.
19e28e1492SJagan Teki
20*8502f9f6SFaiz Abbasconfig TI_DRA7_THERMAL
21*8502f9f6SFaiz Abbas        bool "Temperature sensor driver for TI dra7xx SOCs"
22*8502f9f6SFaiz Abbas        help
23*8502f9f6SFaiz Abbas	 Enable thermal support for for the Texas Instruments DRA752 SoC family.
24*8502f9f6SFaiz Abbas	 The driver supports reading CPU temperature.
25*8502f9f6SFaiz Abbas
26e28e1492SJagan Tekiendif # if DM_THERMAL
27