.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Industrial I/O subsystem configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
27 | 28 | help |
---|
28 | 29 | This allows configuring various IIO bits through configfs |
---|
29 | 30 | (e.g. software triggers). For more info see |
---|
30 | | - Documentation/iio/iio_configfs.txt. |
---|
| 31 | + Documentation/iio/iio_configfs.rst. |
---|
31 | 32 | |
---|
32 | 33 | config IIO_TRIGGER |
---|
33 | 34 | bool "Enable triggered sampling support" |
---|
.. | .. |
---|
38 | 39 | data now' interrupt. |
---|
39 | 40 | |
---|
40 | 41 | config IIO_CONSUMERS_PER_TRIGGER |
---|
41 | | - int "Maximum number of consumers per trigger" |
---|
42 | | - depends on IIO_TRIGGER |
---|
43 | | - default "2" |
---|
44 | | - help |
---|
45 | | - This value controls the maximum number of consumers that a |
---|
46 | | - given trigger may handle. Default is 2. |
---|
| 42 | + int "Maximum number of consumers per trigger" |
---|
| 43 | + depends on IIO_TRIGGER |
---|
| 44 | + default "2" |
---|
| 45 | + help |
---|
| 46 | + This value controls the maximum number of consumers that a |
---|
| 47 | + given trigger may handle. Default is 2. |
---|
47 | 48 | |
---|
48 | 49 | config IIO_SW_DEVICE |
---|
49 | 50 | tristate "Enable software IIO device support" |
---|
50 | 51 | select IIO_CONFIGFS |
---|
51 | 52 | help |
---|
52 | | - Provides IIO core support for software devices. A software |
---|
53 | | - device can be created via configfs or directly by a driver |
---|
54 | | - using the API provided. |
---|
| 53 | + Provides IIO core support for software devices. A software |
---|
| 54 | + device can be created via configfs or directly by a driver |
---|
| 55 | + using the API provided. |
---|
55 | 56 | |
---|
56 | 57 | config IIO_SW_TRIGGER |
---|
57 | 58 | tristate "Enable software triggers support" |
---|
58 | 59 | select IIO_CONFIGFS |
---|
59 | 60 | help |
---|
60 | | - Provides IIO core support for software triggers. A software |
---|
61 | | - trigger can be created via configfs or directly by a driver |
---|
62 | | - using the API provided. |
---|
| 61 | + Provides IIO core support for software triggers. A software |
---|
| 62 | + trigger can be created via configfs or directly by a driver |
---|
| 63 | + using the API provided. |
---|
63 | 64 | |
---|
64 | 65 | config IIO_TRIGGERED_EVENT |
---|
65 | | - tristate |
---|
| 66 | + tristate "Enable triggered events support" |
---|
66 | 67 | select IIO_TRIGGER |
---|
67 | 68 | help |
---|
68 | 69 | Provides helper functions for setting up triggered events. |
---|
69 | 70 | |
---|
70 | 71 | source "drivers/iio/accel/Kconfig" |
---|
71 | 72 | source "drivers/iio/adc/Kconfig" |
---|
| 73 | +source "drivers/iio/addac/Kconfig" |
---|
72 | 74 | source "drivers/iio/afe/Kconfig" |
---|
73 | 75 | source "drivers/iio/amplifiers/Kconfig" |
---|
74 | 76 | source "drivers/iio/chemical/Kconfig" |
---|
75 | 77 | source "drivers/iio/common/Kconfig" |
---|
76 | | -source "drivers/iio/counter/Kconfig" |
---|
77 | 78 | source "drivers/iio/dac/Kconfig" |
---|
78 | 79 | source "drivers/iio/dummy/Kconfig" |
---|
79 | 80 | source "drivers/iio/frequency/Kconfig" |
---|
.. | .. |
---|
88 | 89 | if IIO_TRIGGER |
---|
89 | 90 | source "drivers/iio/trigger/Kconfig" |
---|
90 | 91 | endif #IIO_TRIGGER |
---|
| 92 | +source "drivers/iio/position/Kconfig" |
---|
91 | 93 | source "drivers/iio/potentiometer/Kconfig" |
---|
92 | 94 | source "drivers/iio/potentiostat/Kconfig" |
---|
93 | 95 | source "drivers/iio/pressure/Kconfig" |
---|