forked from Minki/linux
79e8a32d2a
Add implementation for Analog Devices AD5272 and AD5274 digital potentiometer devices. Signed-off-by: Phil Reid <preid@electromag.com.au> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
14 lines
395 B
Makefile
14 lines
395 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for industrial I/O potentiometer drivers
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
obj-$(CONFIG_AD5272) += ad5272.o
|
|
obj-$(CONFIG_DS1803) += ds1803.o
|
|
obj-$(CONFIG_MAX5481) += max5481.o
|
|
obj-$(CONFIG_MAX5487) += max5487.o
|
|
obj-$(CONFIG_MCP4131) += mcp4131.o
|
|
obj-$(CONFIG_MCP4531) += mcp4531.o
|
|
obj-$(CONFIG_TPL0102) += tpl0102.o
|