1config TI_SOC_THERMAL 2 tristate "Texas Instruments SoCs temperature sensor driver" 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. 10 11config TI_THERMAL 12 bool "Texas Instruments SoCs thermal framework support" 13 depends on TI_SOC_THERMAL 14 help 15 If you say yes here you want to get support for generic thermal 16 framework for the Texas Instruments on die bandgap temperature sensor. 17 18 This includes trip points definitions, extrapolation rules and 19 CPU cooling device bindings. 20 21config OMAP3_THERMAL 22 bool "Texas Instruments OMAP3 thermal support" 23 depends on TI_SOC_THERMAL 24 depends on ARCH_OMAP3 || COMPILE_TEST 25 help 26 If you say yes here you get thermal support for the Texas Instruments 27 OMAP3 SoC family. The current chips supported are: 28 - OMAP3430 29 30 OMAP3 chips normally don't need thermal management, and sensors in 31 this generation are not accurate, nor they are very close to 32 the important hotspots. 33 34 Say 'N' here. 35 36config OMAP4_THERMAL 37 bool "Texas Instruments OMAP4 thermal support" 38 depends on TI_SOC_THERMAL 39 depends on ARCH_OMAP4 || COMPILE_TEST 40 help 41 If you say yes here you get thermal support for the Texas Instruments 42 OMAP4 SoC family. The current chip supported are: 43 - OMAP4430 44 - OMAP4460 45 - OMAP4470 46 47 This includes alert interrupts generation and also the TSHUT 48 support. 49 50config OMAP5_THERMAL 51 bool "Texas Instruments OMAP5 thermal support" 52 depends on TI_SOC_THERMAL 53 depends on SOC_OMAP5 || COMPILE_TEST 54 help 55 If you say yes here you get thermal support for the Texas Instruments 56 OMAP5 SoC family. The current chip supported are: 57 - OMAP5430 58 59 This includes alert interrupts generation and also the TSHUT 60 support. 61 62config DRA752_THERMAL 63 bool "Texas Instruments DRA752 thermal support" 64 depends on TI_SOC_THERMAL 65 depends on SOC_DRA7XX || COMPILE_TEST 66 help 67 If you say yes here you get thermal support for the Texas Instruments 68 DRA752 SoC family. The current chip supported are: 69 - DRA752 70 71 This includes alert interrupts generation and also the TSHUT 72 support. 73