]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/thermal/ti-soc-thermal/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / drivers / thermal / ti-soc-thermal / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
097ca6a3
EV
2config TI_SOC_THERMAL
3 tristate "Texas Instruments SoCs temperature sensor driver"
8feaf0ce
EV
4 help
5 If you say yes here you get support for the Texas Instruments
6 OMAP4460+ on die bandgap temperature sensor support. The register
7 set is part of system control module.
8
9 This includes alert interrupts generation and also the TSHUT
10 support.
445eaf87 11
097ca6a3
EV
12config TI_THERMAL
13 bool "Texas Instruments SoCs thermal framework support"
14 depends on TI_SOC_THERMAL
445eaf87
EV
15 help
16 If you say yes here you want to get support for generic thermal
7372add4
EV
17 framework for the Texas Instruments on die bandgap temperature sensor.
18
19 This includes trip points definitions, extrapolation rules and
20 CPU cooling device bindings.
1a31270e 21
9c5c87e5
PM
22config OMAP3_THERMAL
23 bool "Texas Instruments OMAP3 thermal support"
24 depends on TI_SOC_THERMAL
25 depends on ARCH_OMAP3 || COMPILE_TEST
26 help
27 If you say yes here you get thermal support for the Texas Instruments
28 OMAP3 SoC family. The current chips supported are:
29 - OMAP3430
30
31 OMAP3 chips normally don't need thermal management, and sensors in
32 this generation are not accurate, nor they are very close to
33 the important hotspots.
34
35 Say 'N' here.
36
1a31270e
EV
37config OMAP4_THERMAL
38 bool "Texas Instruments OMAP4 thermal support"
097ca6a3 39 depends on TI_SOC_THERMAL
41ae3c02 40 depends on ARCH_OMAP4 || COMPILE_TEST
1a31270e
EV
41 help
42 If you say yes here you get thermal support for the Texas Instruments
43 OMAP4 SoC family. The current chip supported are:
44 - OMAP4430
45 - OMAP4460
46 - OMAP4470
47
48 This includes alert interrupts generation and also the TSHUT
49 support.
949f5a50
EV
50
51config OMAP5_THERMAL
52 bool "Texas Instruments OMAP5 thermal support"
097ca6a3 53 depends on TI_SOC_THERMAL
41ae3c02 54 depends on SOC_OMAP5 || COMPILE_TEST
949f5a50
EV
55 help
56 If you say yes here you get thermal support for the Texas Instruments
57 OMAP5 SoC family. The current chip supported are:
58 - OMAP5430
59
60 This includes alert interrupts generation and also the TSHUT
61 support.
8926fa4f
EV
62
63config DRA752_THERMAL
64 bool "Texas Instruments DRA752 thermal support"
65 depends on TI_SOC_THERMAL
41ae3c02 66 depends on SOC_DRA7XX || COMPILE_TEST
8926fa4f
EV
67 help
68 If you say yes here you get thermal support for the Texas Instruments
69 DRA752 SoC family. The current chip supported are:
70 - DRA752
71
72 This includes alert interrupts generation and also the TSHUT
73 support.