Eduardo Valentin | 097ca6a | 2013-03-19 10:54:20 -0400 | [diff] [blame] | 1 | config TI_SOC_THERMAL |
| 2 | tristate "Texas Instruments SoCs temperature sensor driver" |
Eduardo Valentin | 8feaf0ce | 2012-07-12 19:02:29 +0300 | [diff] [blame] | 3 | help |
| 4 | If you say yes here you get support for the Texas Instruments |
| 5 | OMAP4460+ on die bandgap temperature sensor support. The register |
| 6 | set is part of system control module. |
| 7 | |
| 8 | This includes alert interrupts generation and also the TSHUT |
| 9 | support. |
Eduardo Valentin | 445eaf8 | 2012-07-12 19:02:30 +0300 | [diff] [blame] | 10 | |
Eduardo Valentin | 097ca6a | 2013-03-19 10:54:20 -0400 | [diff] [blame] | 11 | config TI_THERMAL |
| 12 | bool "Texas Instruments SoCs thermal framework support" |
| 13 | depends on TI_SOC_THERMAL |
Eduardo Valentin | 445eaf8 | 2012-07-12 19:02:30 +0300 | [diff] [blame] | 14 | depends on CPU_THERMAL |
| 15 | help |
| 16 | If you say yes here you want to get support for generic thermal |
Eduardo Valentin | 7372add | 2013-03-19 10:54:19 -0400 | [diff] [blame] | 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. |
Eduardo Valentin | 1a31270 | 2012-07-12 19:02:31 +0300 | [diff] [blame] | 21 | |
| 22 | config OMAP4_THERMAL |
| 23 | bool "Texas Instruments OMAP4 thermal support" |
Eduardo Valentin | 097ca6a | 2013-03-19 10:54:20 -0400 | [diff] [blame] | 24 | depends on TI_SOC_THERMAL |
Eduardo Valentin | 41ae3c0 | 2015-09-09 20:58:36 -0700 | [diff] [blame] | 25 | depends on ARCH_OMAP4 || COMPILE_TEST |
Eduardo Valentin | 1a31270 | 2012-07-12 19:02:31 +0300 | [diff] [blame] | 26 | help |
| 27 | If you say yes here you get thermal support for the Texas Instruments |
| 28 | OMAP4 SoC family. The current chip supported are: |
| 29 | - OMAP4430 |
| 30 | - OMAP4460 |
| 31 | - OMAP4470 |
| 32 | |
| 33 | This includes alert interrupts generation and also the TSHUT |
| 34 | support. |
Eduardo Valentin | 949f5a5 | 2012-07-12 19:02:32 +0300 | [diff] [blame] | 35 | |
| 36 | config OMAP5_THERMAL |
| 37 | bool "Texas Instruments OMAP5 thermal support" |
Eduardo Valentin | 097ca6a | 2013-03-19 10:54:20 -0400 | [diff] [blame] | 38 | depends on TI_SOC_THERMAL |
Eduardo Valentin | 41ae3c0 | 2015-09-09 20:58:36 -0700 | [diff] [blame] | 39 | depends on SOC_OMAP5 || COMPILE_TEST |
Eduardo Valentin | 949f5a5 | 2012-07-12 19:02:32 +0300 | [diff] [blame] | 40 | help |
| 41 | If you say yes here you get thermal support for the Texas Instruments |
| 42 | OMAP5 SoC family. The current chip supported are: |
| 43 | - OMAP5430 |
| 44 | |
| 45 | This includes alert interrupts generation and also the TSHUT |
| 46 | support. |
Eduardo Valentin | 8926fa4 | 2013-06-03 20:31:55 +0000 | [diff] [blame] | 47 | |
| 48 | config DRA752_THERMAL |
| 49 | bool "Texas Instruments DRA752 thermal support" |
| 50 | depends on TI_SOC_THERMAL |
Eduardo Valentin | 41ae3c0 | 2015-09-09 20:58:36 -0700 | [diff] [blame] | 51 | depends on SOC_DRA7XX || COMPILE_TEST |
Eduardo Valentin | 8926fa4 | 2013-06-03 20:31:55 +0000 | [diff] [blame] | 52 | help |
| 53 | If you say yes here you get thermal support for the Texas Instruments |
| 54 | DRA752 SoC family. The current chip supported are: |
| 55 | - DRA752 |
| 56 | |
| 57 | This includes alert interrupts generation and also the TSHUT |
| 58 | support. |