Kconfig (ead5d1f4d877e92c051e1a1ade623d0d30e71619) Kconfig (a132e5f4f3f0c94cfe05259cdc08c70813a20759)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Industrial I/O subsystem configuration
4#
5
6menuconfig IIO
7 tristate "Industrial I/O support"
8 help

--- 49 unchanged lines hidden (view full) ---

58 tristate "Enable software triggers support"
59 select IIO_CONFIGFS
60 help
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.
64
65config IIO_TRIGGERED_EVENT
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Industrial I/O subsystem configuration
4#
5
6menuconfig IIO
7 tristate "Industrial I/O support"
8 help

--- 49 unchanged lines hidden (view full) ---

58 tristate "Enable software triggers support"
59 select IIO_CONFIGFS
60 help
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.
64
65config IIO_TRIGGERED_EVENT
66 tristate
66 tristate "Enable triggered events support"
67 select IIO_TRIGGER
68 help
69 Provides helper functions for setting up triggered events.
70
71source "drivers/iio/accel/Kconfig"
72source "drivers/iio/adc/Kconfig"
73source "drivers/iio/afe/Kconfig"
74source "drivers/iio/amplifiers/Kconfig"

--- 25 unchanged lines hidden ---
67 select IIO_TRIGGER
68 help
69 Provides helper functions for setting up triggered events.
70
71source "drivers/iio/accel/Kconfig"
72source "drivers/iio/adc/Kconfig"
73source "drivers/iio/afe/Kconfig"
74source "drivers/iio/amplifiers/Kconfig"

--- 25 unchanged lines hidden ---