From: Alexandru Ardelean Date: Thu, 24 Sep 2020 11:17:58 +0000 (+0300) Subject: iio: buffer: Kconfig: add title for IIO_TRIGGERED_BUFFER symbol X-Git-Tag: v5.10-rc1~126^2~44^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8283ba8e28c6863d0b8703a4e567d6555c43ac2;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20200924111758.196367-4-alexandru.ardelean@analog.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/buffer/Kconfig b/drivers/iio/buffer/Kconfig index 747d21f84188d..047b931591a9e 100644 --- a/drivers/iio/buffer/Kconfig +++ b/drivers/iio/buffer/Kconfig @@ -48,7 +48,7 @@ config IIO_KFIFO_BUF often to read from the buffer. config IIO_TRIGGERED_BUFFER - tristate + tristate "Industrial I/O triggered buffer support" select IIO_TRIGGER select IIO_KFIFO_BUF help