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/Kconfig | |
parent | d4b572f835a58bb394024fe3250441fabab9eee6 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/iio/addac/Kconfig | 8 |
1 files changed, 8 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 |