diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2017-11-14 16:12:31 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-21 08:03:38 -0500 |
commit | 8502f9f6d7781b5f461d7e3f7c958a45f64fdfa1 (patch) | |
tree | ff43f81e43bc6b1992117d7d7e0c2e9ee143b455 /drivers/thermal/Kconfig | |
parent | 5ad1fec6edcfa7d8b374571cc3c40da7dde8898b (diff) |
thermal: ti-bandgap: Add support for temperature sensor
The dra7xx series of SOCs contain a temperature sensor and an
associated analog-to-digital converter (ADC) which produces
an output which is proportional to the SOC temperature.
Add support for this temperature sensor.
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 886f5fa546..a71b9be5fb 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -17,4 +17,10 @@ config IMX_THERMAL cpufreq is used as the cooling device to throttle CPUs when the passive trip is crossed. +config TI_DRA7_THERMAL + bool "Temperature sensor driver for TI dra7xx SOCs" + help + Enable thermal support for for the Texas Instruments DRA752 SoC family. + The driver supports reading CPU temperature. + endif # if DM_THERMAL |