Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config TI_SOC_THERMAL
0003         tristate "Texas Instruments SoCs temperature sensor driver"
0004         help
0005           If you say yes here you get support for the Texas Instruments
0006           OMAP4460+ on die bandgap temperature sensor support. The register
0007           set is part of system control module.
0008 
0009           This includes alert interrupts generation and also the TSHUT
0010           support.
0011 
0012 config TI_THERMAL
0013         bool "Texas Instruments SoCs thermal framework support"
0014         depends on TI_SOC_THERMAL
0015         help
0016           If you say yes here you want to get support for generic thermal
0017           framework for the Texas Instruments on die bandgap temperature sensor.
0018 
0019           This includes trip points definitions, extrapolation rules and
0020           CPU cooling device bindings.
0021 
0022 config OMAP3_THERMAL
0023         bool "Texas Instruments OMAP3 thermal support"
0024         depends on TI_SOC_THERMAL
0025         depends on ARCH_OMAP3 || COMPILE_TEST
0026         help
0027           If you say yes here you get thermal support for the Texas Instruments
0028           OMAP3 SoC family. The current chips supported are:
0029            - OMAP3430
0030 
0031           OMAP3 chips normally don't need thermal management, and sensors in
0032           this generation are not accurate, nor they are very close to
0033           the important hotspots.
0034 
0035           Say 'N' here.
0036 
0037 config OMAP4_THERMAL
0038         bool "Texas Instruments OMAP4 thermal support"
0039         depends on TI_SOC_THERMAL
0040         depends on ARCH_OMAP4 || COMPILE_TEST
0041         help
0042           If you say yes here you get thermal support for the Texas Instruments
0043           OMAP4 SoC family. The current chip supported are:
0044            - OMAP4430
0045            - OMAP4460
0046            - OMAP4470
0047 
0048           This includes alert interrupts generation and also the TSHUT
0049           support.
0050 
0051 config OMAP5_THERMAL
0052         bool "Texas Instruments OMAP5 thermal support"
0053         depends on TI_SOC_THERMAL
0054         depends on SOC_OMAP5 || COMPILE_TEST
0055         help
0056           If you say yes here you get thermal support for the Texas Instruments
0057           OMAP5 SoC family. The current chip supported are:
0058            - OMAP5430
0059 
0060           This includes alert interrupts generation and also the TSHUT
0061           support.
0062 
0063 config DRA752_THERMAL
0064         bool "Texas Instruments DRA752 thermal support"
0065         depends on TI_SOC_THERMAL
0066         depends on SOC_DRA7XX || COMPILE_TEST
0067         help
0068           If you say yes here you get thermal support for the Texas Instruments
0069           DRA752 SoC family. The current chip supported are:
0070            - DRA752
0071 
0072           This includes alert interrupts generation and also the TSHUT
0073           support.