]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
iio: Kconfig: Provide title for IIO_TRIGGERED_EVENT symbol
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Thu, 24 Sep 2020 11:17:57 +0000 (14:17 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 29 Sep 2020 16:27:08 +0000 (17:27 +0100)
For some embedded systems, a workflow involving external kernel modules
that implement IIO devices is more practical than working with in-tree
sources.

Kconfig symbols without any titles do not show up in menuconfig, and as
such are more difficult to configure granularly, as they need to be
selected by potentially unused/un-needed drivers.

Albeit, the IIO_TRIGGERED_EVENT is used by a single mainline driver, this
could allow for some out-of-tree drivers to use this kmod.

This change adds a title to the IIO_TRIGGERED_EVENT Kconfig symbol.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Link: https://lore.kernel.org/r/20200924111758.196367-3-alexandru.ardelean@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/Kconfig

index d5c073a8aa3eeccc46d72b1fa50960e9f9ae4755..267553386c710191abbebe520843025209e09672 100644 (file)
@@ -63,7 +63,7 @@ config IIO_SW_TRIGGER
          using the API provided.
 
 config IIO_TRIGGERED_EVENT
-       tristate
+       tristate "Enable triggered events support"
        select IIO_TRIGGER
        help
          Provides helper functions for setting up triggered events.