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