mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
1f25ca11d8
Add initial driver support for MAX6675, and MAX31855 thermocouple chips. Cc: Marek Vasut <marex@denx.de> Cc: Matt Porter <mporter@konsulko.com> Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
10 lines
250 B
Makefile
10 lines
250 B
Makefile
#
|
|
# Makefile for industrial I/O temperature drivers
|
|
#
|
|
|
|
obj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o
|
|
obj-$(CONFIG_MLX90614) += mlx90614.o
|
|
obj-$(CONFIG_TMP006) += tmp006.o
|
|
obj-$(CONFIG_TSYS01) += tsys01.o
|
|
obj-$(CONFIG_TSYS02D) += tsys02d.o
|