summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/Makefile
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2016-02-11 11:49:36 -0500
committerJonathan Cameron <jic23@kernel.org>2016-02-13 20:54:14 +0000
commit97a445dad37ab15090be910aa5295003f618ec44 (patch)
treeab783e4431e8a37aa9dd0992b1f6a1d876d2901d /drivers/iio/dac/Makefile
parentfd64df16f40e367c393bf372fb67017301d701c2 (diff)
downloadlinux-stable-97a445dad37ab15090be910aa5295003f618ec44.tar.gz
linux-stable-97a445dad37ab15090be910aa5295003f618ec44.tar.bz2
linux-stable-97a445dad37ab15090be910aa5295003f618ec44.zip
iio: Add IIO support for the DAC on the Apex Embedded Systems STX104
The Apex Embedded Systems STX104 is a 16-channel 16-bit analog input and 2-channel 16-bit analog output PC/104 card. The STX104 incorporates a large one mega-sample FIFO. This driver provides IIO support for the 2-channel DAC on the STX104. The base port addresses for the devices may be configured via the "base" module parameter array. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dac/Makefile')
-rw-r--r--drivers/iio/dac/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/dac/Makefile b/drivers/iio/dac/Makefile
index cb525b53fc7b..e2deda9c1ecb 100644
--- a/drivers/iio/dac/Makefile
+++ b/drivers/iio/dac/Makefile
@@ -22,3 +22,4 @@ obj-$(CONFIG_MAX517) += max517.o
obj-$(CONFIG_MAX5821) += max5821.o
obj-$(CONFIG_MCP4725) += mcp4725.o
obj-$(CONFIG_MCP4922) += mcp4922.o
+obj-$(CONFIG_STX104) += stx104.o