iio: dma-buffer: Kconfig: Provide titles for IIO DMA Kconfig symbols
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Thu, 24 Sep 2020 11:17:56 +0000 (14:17 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 29 Sep 2020 16:27:08 +0000 (17:27 +0100)
commit3cd137f591e18588f730a2c53f291d65382050d0
tree0125caa90d17378637e6862d71c4ec67e9cefe8a
parent2e2366c2d14193d3b95bab1fb484a9377224962b
iio: dma-buffer: Kconfig: Provide titles for IIO DMA Kconfig symbols

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 titles to the IIO DMA Kconfig symbols to address this.

This change also updates DMAengine -> DMAEngine, which is the
correct/nitpick-y name of the framework.

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