mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
8502f9f6d7
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>
10 lines
276 B
Makefile
10 lines
276 B
Makefile
#
|
|
# (C) Copyright 2014 Freescale Semiconductor, Inc.
|
|
# Author: Nitin Garg <nitin.garg@freescale.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o
|
|
obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
|
|
obj-$(CONFIG_TI_DRA7_THERMAL) += ti-bandgap.o
|