xref: /openbmc/linux/drivers/thermal/ti-soc-thermal/Kconfig (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2eb982001SEduardo Valentinconfig TI_SOC_THERMAL
3eb982001SEduardo Valentin	tristate "Texas Instruments SoCs temperature sensor driver"
4eb982001SEduardo Valentin	help
5eb982001SEduardo Valentin	  If you say yes here you get support for the Texas Instruments
6eb982001SEduardo Valentin	  OMAP4460+ on die bandgap temperature sensor support. The register
7eb982001SEduardo Valentin	  set is part of system control module.
8eb982001SEduardo Valentin
9eb982001SEduardo Valentin	  This includes alert interrupts generation and also the TSHUT
10eb982001SEduardo Valentin	  support.
11eb982001SEduardo Valentin
12eb982001SEduardo Valentinconfig TI_THERMAL
13eb982001SEduardo Valentin	bool "Texas Instruments SoCs thermal framework support"
14eb982001SEduardo Valentin	depends on TI_SOC_THERMAL
15eb982001SEduardo Valentin	help
16eb982001SEduardo Valentin	  If you say yes here you want to get support for generic thermal
17eb982001SEduardo Valentin	  framework for the Texas Instruments on die bandgap temperature sensor.
18eb982001SEduardo Valentin
19eb982001SEduardo Valentin	  This includes trip points definitions, extrapolation rules and
20eb982001SEduardo Valentin	  CPU cooling device bindings.
21eb982001SEduardo Valentin
229c5c87e5SPavel Machekconfig OMAP3_THERMAL
239c5c87e5SPavel Machek	bool "Texas Instruments OMAP3 thermal support"
249c5c87e5SPavel Machek	depends on TI_SOC_THERMAL
259c5c87e5SPavel Machek	depends on ARCH_OMAP3 || COMPILE_TEST
269c5c87e5SPavel Machek	help
279c5c87e5SPavel Machek	  If you say yes here you get thermal support for the Texas Instruments
289c5c87e5SPavel Machek	  OMAP3 SoC family. The current chips supported are:
299c5c87e5SPavel Machek	   - OMAP3430
309c5c87e5SPavel Machek
319c5c87e5SPavel Machek	  OMAP3 chips normally don't need thermal management, and sensors in
329c5c87e5SPavel Machek	  this generation are not accurate, nor they are very close to
339c5c87e5SPavel Machek	  the important hotspots.
349c5c87e5SPavel Machek
359c5c87e5SPavel Machek	  Say 'N' here.
369c5c87e5SPavel Machek
37eb982001SEduardo Valentinconfig OMAP4_THERMAL
38eb982001SEduardo Valentin	bool "Texas Instruments OMAP4 thermal support"
39eb982001SEduardo Valentin	depends on TI_SOC_THERMAL
4041ae3c02SEduardo Valentin	depends on ARCH_OMAP4 || COMPILE_TEST
41eb982001SEduardo Valentin	help
42eb982001SEduardo Valentin	  If you say yes here you get thermal support for the Texas Instruments
43eb982001SEduardo Valentin	  OMAP4 SoC family. The current chip supported are:
44eb982001SEduardo Valentin	   - OMAP4430
45eb982001SEduardo Valentin	   - OMAP4460
46eb982001SEduardo Valentin	   - OMAP4470
47eb982001SEduardo Valentin
48eb982001SEduardo Valentin	  This includes alert interrupts generation and also the TSHUT
49eb982001SEduardo Valentin	  support.
50eb982001SEduardo Valentin
51eb982001SEduardo Valentinconfig OMAP5_THERMAL
52eb982001SEduardo Valentin	bool "Texas Instruments OMAP5 thermal support"
53eb982001SEduardo Valentin	depends on TI_SOC_THERMAL
5441ae3c02SEduardo Valentin	depends on SOC_OMAP5 || COMPILE_TEST
55eb982001SEduardo Valentin	help
56eb982001SEduardo Valentin	  If you say yes here you get thermal support for the Texas Instruments
57eb982001SEduardo Valentin	  OMAP5 SoC family. The current chip supported are:
58eb982001SEduardo Valentin	   - OMAP5430
59eb982001SEduardo Valentin
60eb982001SEduardo Valentin	  This includes alert interrupts generation and also the TSHUT
61eb982001SEduardo Valentin	  support.
628926fa4fSEduardo Valentin
638926fa4fSEduardo Valentinconfig DRA752_THERMAL
648926fa4fSEduardo Valentin	bool "Texas Instruments DRA752 thermal support"
658926fa4fSEduardo Valentin	depends on TI_SOC_THERMAL
6641ae3c02SEduardo Valentin	depends on SOC_DRA7XX || COMPILE_TEST
678926fa4fSEduardo Valentin	help
688926fa4fSEduardo Valentin	  If you say yes here you get thermal support for the Texas Instruments
698926fa4fSEduardo Valentin	  DRA752 SoC family. The current chip supported are:
708926fa4fSEduardo Valentin	   - DRA752
718926fa4fSEduardo Valentin
728926fa4fSEduardo Valentin	  This includes alert interrupts generation and also the TSHUT
738926fa4fSEduardo Valentin	  support.
74