diff options
Diffstat (limited to 'drivers/iio/trigger/Kconfig')
-rw-r--r-- | drivers/iio/trigger/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/iio/trigger/Kconfig b/drivers/iio/trigger/Kconfig index 360fd508b088..79996123a71b 100644 --- a/drivers/iio/trigger/Kconfig +++ b/drivers/iio/trigger/Kconfig | |||
@@ -1,6 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Industrial I/O standalone triggers | 2 | # Industrial I/O standalone triggers |
3 | # | 3 | # |
4 | # When adding new entries keep the list in alphabetical order | ||
5 | |||
4 | menu "Triggers - standalone" | 6 | menu "Triggers - standalone" |
5 | 7 | ||
6 | config IIO_INTERRUPT_TRIGGER | 8 | config IIO_INTERRUPT_TRIGGER |
@@ -17,7 +19,7 @@ config IIO_SYSFS_TRIGGER | |||
17 | depends on SYSFS | 19 | depends on SYSFS |
18 | select IRQ_WORK | 20 | select IRQ_WORK |
19 | help | 21 | help |
20 | Provides support for using SYSFS entry as IIO triggers. | 22 | Provides support for using SYSFS entries as IIO triggers. |
21 | If unsure, say N (but it's safe to say "Y"). | 23 | If unsure, say N (but it's safe to say "Y"). |
22 | 24 | ||
23 | To compile this driver as a module, choose M here: the | 25 | To compile this driver as a module, choose M here: the |