iio: buffer: Kconfig: add title for IIO_TRIGGERED_BUFFER symbol
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Thu, 24 Sep 2020 11:17:58 +0000 (14:17 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 29 Sep 2020 16:27:08 +0000 (17:27 +0100)
commitc8283ba8e28c6863d0b8703a4e567d6555c43ac2
tree1342f9596f544dffbfc946996ec4625794447920
parenta132e5f4f3f0c94cfe05259cdc08c70813a20759
iio: buffer: Kconfig: add title for IIO_TRIGGERED_BUFFER symbol

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.

This change adds a title to the IIO_TRIGGERED_BUFFER Kconfig symbol.

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