diff options
author | Cosmin Tanislav <demonsingur@gmail.com> | 2021-12-05 13:40:43 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-12-12 17:09:11 +0000 |
commit | b62e2e1763cda3a6c494ed754317f19be1249297 (patch) | |
tree | ae384d11829ae87d58bb74983481da1e7efef17c /drivers/iio/addac | |
parent | d4b572f835a58bb394024fe3250441fabab9eee6 (diff) | |
download | linux-b62e2e1763cda3a6c494ed754317f19be1249297.tar.bz2 |
iio: add addac subdirectory
For IIO devices that expose both ADC and DAC functionality.
Signed-off-by: Cosmin Tanislav <cosmin.tanislav@analog.com>
Link: https://lore.kernel.org/r/20211205114045.173612-2-cosmin.tanislav@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/addac')
-rw-r--r-- | drivers/iio/addac/Kconfig | 8 | ||||
-rw-r--r-- | drivers/iio/addac/Makefile | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/drivers/iio/addac/Kconfig b/drivers/iio/addac/Kconfig new file mode 100644 index 000000000000..2e64d7755d5e --- /dev/null +++ b/drivers/iio/addac/Kconfig @@ -0,0 +1,8 @@ +# +# ADC DAC drivers +# +# When adding new entries keep the list in alphabetical order + +menu "Analog to digital and digital to analog converters" + +endmenu diff --git a/drivers/iio/addac/Makefile b/drivers/iio/addac/Makefile new file mode 100644 index 000000000000..b888b9ee12da --- /dev/null +++ b/drivers/iio/addac/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for industrial I/O ADDAC drivers +# + +# When adding new entries keep the list in alphabetical order |