2edbd2955d
Add support for the TI family of digital potentiometers. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
8 lines
189 B
Makefile
8 lines
189 B
Makefile
#
|
|
# Makefile for industrial I/O potentiometer drivers
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
obj-$(CONFIG_MCP4531) += mcp4531.o
|
|
obj-$(CONFIG_TPL0102) += tpl0102.o
|